Structs§
Functions§
- resolve_
call - Resolves calls of the form
pkg.Function(...)orrecv.Method(...)to their post-inference identity. Alias-resilient: an aliased import likeimport s "go:strings"still resolves tomodule = "go:strings". Bare identifier callees and parameter-typed receivers returnNone.