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

Function isTargetTreeNode

src/binder.ts:608–608  ·  view source on GitHub ↗
(node: TreeNode)

Source from the content-addressed store, hash-verified

606type TargetTreeNode = TreeNode & { value: ITarget };
607
608export const isTargetTreeNode = (node: TreeNode): node is TargetTreeNode => !!node.value;
609
610/**
611 * Node in the tree that manages the collective state of shutdowns, so that

Callers 2

allMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected