Liking cljdoc? Tell your friends :D

dots.vscode.call-hierarchy-outgoing-call

Represents an outgoing call, e.g. calling a getter from a method or a method from a constructor etc.

Represents an outgoing call, e.g. calling a getter from a method or a method from a constructor etc.
raw docstring

from-rangescljs

(from-ranges call-hierarchy-outgoing-call)

The range at which this item is called. This is the range relative to the caller, e.g the item passed to {@linkcode CallHierarchyProvider.provideCallHierarchyOutgoingCalls provideCallHierarchyOutgoingCalls} and not {@linkcode CallHierarchyOutgoingCall.to this.to}.

Returns: Range[]

The range at which this item is called. This is the range relative to the caller, e.g the item
passed to {@linkcode CallHierarchyProvider.provideCallHierarchyOutgoingCalls provideCallHierarchyOutgoingCalls}
and not {@linkcode CallHierarchyOutgoingCall.to this.to}.

**Returns:** `Range[]`
sourceraw docstring

set-from-ranges!cljs

(set-from-ranges! call-hierarchy-outgoing-call value)

The range at which this item is called. This is the range relative to the caller, e.g the item passed to {@linkcode CallHierarchyProvider.provideCallHierarchyOutgoingCalls provideCallHierarchyOutgoingCalls} and not {@linkcode CallHierarchyOutgoingCall.to this.to}.

The range at which this item is called. This is the range relative to the caller, e.g the item
passed to {@linkcode CallHierarchyProvider.provideCallHierarchyOutgoingCalls provideCallHierarchyOutgoingCalls}
and not {@linkcode CallHierarchyOutgoingCall.to this.to}.
sourceraw docstring

set-to!cljs

(set-to! call-hierarchy-outgoing-call value)

The item that is called.

The item that is called.
sourceraw docstring

tocljs

(to call-hierarchy-outgoing-call)

The item that is called.

Returns: CallHierarchyItem

The item that is called.

**Returns:** `CallHierarchyItem`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close