Skip to main content
The CalleeAtParam object defines the parameters used to resolve the callee invoked at a specific call site. It is used with the ProjectHandle:callee_at method to obtain information about the callee.

Fields

Reference

target

The call site to resolve. It can be an AddressValue or a CallSiteQuery with additional options.

debug

If set to true, enables debug logging for the matching process.

Example