MCPcopy
hub / github.com/microsoft/vscode-js-debug / constructor

Method constructor

src/binder.ts:634–638  ·  view source on GitHub ↗

Value is only undefined for the root node

(public readonly value: ITarget | undefined)

Source from the content-addressed store, hash-verified

632
633 /** Value is only undefined for the root node */
634 constructor(public readonly value: ITarget | undefined) {
635 if (value) {
636 TreeNode.targetNodes.set(value, this);
637 }
638 }
639
640 /**
641 * Adds a new child to the target tree.

Callers

nothing calls this directly

Calls 1

setMethod · 0.65

Tested by

no test coverage detected