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

Function makeFileLevelOptimisticUniqueName

test/fixtures/snapshot/typescript.js:114594–114596  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

114592 }
114593 }
114594 function makeFileLevelOptimisticUniqueName(name) {
114595 return makeUniqueName(name, isFileLevelUniqueName, /*optimistic*/ true);
114596 }
114597 /**
114598 * Generates a unique name for a ModuleDeclaration or EnumDeclaration.
114599 */

Callers

nothing calls this directly

Calls 1

makeUniqueNameFunction · 0.85

Tested by

no test coverage detected