Skip to main content

Module call_target

Module call_target 

Source

Structs§

CallTarget

Functions§

resolve_call
Resolves calls of the form pkg.Function(...) or recv.Method(...) to their post-inference identity. Alias-resilient: an aliased import like import s "go:strings" still resolves to module = "go:strings". Bare identifier callees and parameter-typed receivers return None.