MCPcopy Index your code
hub / github.com/nodejs/node / isCurrentlyEditingNode

Function isCurrentlyEditingNode

test/fixtures/snapshot/typescript.js:134941–134943  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

134939 return filteredSymbols;
134940 }
134941 function isCurrentlyEditingNode(node) {
134942 return node.getStart(sourceFile) <= position && position <= node.getEnd();
134943 }
134944 }
134945 /**
134946 * Returns the immediate owning object literal or binding pattern of a context token,

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…