Liking cljdoc? Tell your friends :D

dots.vscode.call-hierarchy-incoming-call

Represents an incoming call, e.g. a caller of a method or constructor.

Represents an incoming call, e.g. a caller of a method or constructor.
raw docstring

fromcljs

(from call-hierarchy-incoming-call)

The item that makes the call.

Returns: CallHierarchyItem

The item that makes the call.

**Returns:** `CallHierarchyItem`
sourceraw docstring

from-rangescljs

(from-ranges call-hierarchy-incoming-call)

The range at which at which the calls appears. This is relative to the caller denoted by {@linkcode CallHierarchyIncomingCall.from this.from}.

Returns: Range[]

The range at which at which the calls appears. This is relative to the caller
denoted by {@linkcode CallHierarchyIncomingCall.from this.from}.

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

set-from!cljs

(set-from! call-hierarchy-incoming-call value)

The item that makes the call.

The item that makes the call.
sourceraw docstring

set-from-ranges!cljs

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

The range at which at which the calls appears. This is relative to the caller denoted by {@linkcode CallHierarchyIncomingCall.from this.from}.

The range at which at which the calls appears. This is relative to the caller
denoted by {@linkcode CallHierarchyIncomingCall.from this.from}.
sourceraw docstring

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

× close