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

Function shouldStripInternal

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

Source from the content-addressed store, hash-verified

109297 errorNameNode = undefined;
109298 }
109299 function shouldStripInternal(node) {
109300 return !!stripInternal && !!node && isInternalDeclaration(node, currentSourceFile);
109301 }
109302 function isScopeMarker(node) {
109303 return ts.isExportAssignment(node) || ts.isExportDeclaration(node);
109304 }

Callers 3

visitDeclarationSubtreeFunction · 0.85

Calls 1

isInternalDeclarationFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…