Skip to main content

find_callers

Find every call site for a method. Returns an envelope with items, totalCount, truncated, limit, and a byProject summary.

Parameters

ParameterTypeRequiredDescription
symbolstringMethod name as Type.Method (simple or fully qualified)
limitint?Maximum number of items to return (default: 500). Items are sorted by file, then line.