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

Function createUniqueSynthName

test/fixtures/snapshot/typescript.js:151638–151641  ·  view source on GitHub ↗
(prevArgName)

Source from the content-addressed store, hash-verified

151636 return false;
151637 }
151638 function createUniqueSynthName(prevArgName) {
151639 var renamedPrevArg = ts.factory.createUniqueName(prevArgName.identifier.text, 16 /* GeneratedIdentifierFlags.Optimistic */);
151640 return createSynthIdentifier(renamedPrevArg);
151641 }
151642 function getPossibleNameForVarDecl(node, transformer, continuationArgName) {
151643 var possibleNameForVarDecl;
151644 // If there is another call in the chain after the .catch() or .finally() we are transforming, we will need to save the result of both paths

Callers 1

Calls 1

createSynthIdentifierFunction · 0.85

Tested by

no test coverage detected