provideCallHierarchyOutgoingCalls
abstract fun provideCallHierarchyOutgoingCalls(item: CallHierarchyItem, token: CancellationToken): ProviderResult<ReadonlyArray<CallHierarchyOutgoingCall>>(source)
Provide all outgoing calls for an item, e.g call calls to functions, methods, or constructors from the given item. 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 outgoing calls should be computed.
token
A cancellation token.