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

Function isSynthIdentifier

test/fixtures/snapshot/typescript.js:152076–152078  ·  view source on GitHub ↗
(bindingName)

Source from the content-addressed store, hash-verified

152074 return synthId.identifier;
152075 }
152076 function isSynthIdentifier(bindingName) {
152077 return bindingName.kind === 0 /* SynthBindingNameKind.Identifier */;
152078 }
152079 function isSynthBindingPattern(bindingName) {
152080 return bindingName.kind === 1 /* SynthBindingNameKind.BindingPattern */;
152081 }

Callers 6

removeReturnsFunction · 0.85
isEmptyBindingNameFunction · 0.85
declareSynthBindingNameFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected