provideCallHierarchyIncomingCalls
abstract fun provideCallHierarchyIncomingCalls(item: CallHierarchyItem, token: CancellationToken): ProviderResult<ReadonlyArray<CallHierarchyIncomingCall>>(source)
Provide all incoming calls for an item, e.g all callers for a method. In graph terms this describes directed and annotated edges inside the call graph, e.g the given item is the starting node and the result is the nodes that can be reached.
Parameters
item
The hierarchy item for which incoming calls should be computed.
token
A cancellation token.