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

Function referenceSynthIdentifier

test/fixtures/snapshot/typescript.js:152058–152061  ·  view source on GitHub ↗
(synthId)

Source from the content-addressed store, hash-verified

152056 return { kind: 1 /* SynthBindingNameKind.BindingPattern */, bindingPattern: bindingPattern, elements: elements, types: types };
152057 }
152058 function referenceSynthIdentifier(synthId) {
152059 synthId.hasBeenReferenced = true;
152060 return synthId.identifier;
152061 }
152062 function declareSynthBindingName(synthName) {
152063 return isSynthIdentifier(synthName) ? declareSynthIdentifier(synthName) : declareSynthBindingPattern(synthName);
152064 }

Callers 3

removeReturnsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected