MCPcopy Create free account
hub / github.com/nodejs/node / bindParentToChild

Function bindParentToChild

test/fixtures/snapshot/typescript.js:21232–21234  ·  view source on GitHub ↗
(child, parent)

Source from the content-addressed store, hash-verified

21230 }
21231 }
21232 function bindParentToChild(child, parent) {
21233 return bindParentToChildIgnoringJSDoc(child, parent) || bindJSDoc(child);
21234 }
21235 }
21236 ts.setParentRecursive = setParentRecursive;
21237 function isPackedElement(node) {

Callers

nothing calls this directly

Calls 2

bindJSDocFunction · 0.85

Tested by

no test coverage detected