joern icon indicating copy to clipboard operation
joern copied to clipboard

[GO]: Unable to find literal node

Open hiteshbedre opened this issue 2 years ago • 2 comments

hiteshbedre avatar Sep 30 '23 10:09 hiteshbedre

@hiteshbedre I am reducing the priority for this ticket as this one is no more a blocker

pandurangpatil avatar Oct 03 '23 05:10 pandurangpatil

Global variable and constant is declared here: https://github.com/apm-dev/go-user-rest-api/blob/main/datasources/mysql/users_db/users_db.go global variable is used here: https://github.com/apm-dev/go-user-rest-api/blob/main/domain/users/user_dao.go (stmt, err := users_db.Client.Prepare(queryGetAll)) End outcome to verify: MethodFullName property for below call nodes would be get resolved: cpg.call("Prepare").l

hiteshbedre avatar Dec 12 '23 09:12 hiteshbedre