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

Function createBaseGeneratedIdentifier

test/fixtures/snapshot/typescript.js:22957–22963  ·  view source on GitHub ↗
(text, autoGenerateFlags)

Source from the content-addressed store, hash-verified

22955 return node;
22956 }
22957 function createBaseGeneratedIdentifier(text, autoGenerateFlags) {
22958 var node = createBaseIdentifier(text, /*originalKeywordKind*/ undefined);
22959 node.autoGenerateFlags = autoGenerateFlags;
22960 node.autoGenerateId = nextAutoGenerateId;
22961 nextAutoGenerateId++;
22962 return node;
22963 }
22964 // @api
22965 function createIdentifier(text, typeArguments, originalKeywordKind) {
22966 var node = createBaseIdentifier(text, originalKeywordKind);

Callers 4

createTempVariableFunction · 0.85
createLoopVariableFunction · 0.85
createUniqueNameFunction · 0.85
getGeneratedNameForNodeFunction · 0.85

Calls 1

createBaseIdentifierFunction · 0.85

Tested by

no test coverage detected