MCPcopy Create free account
hub / github.com/angular/angular / freshName

Method freshName

packages/compiler/src/constant_pool.ts:221–223  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

219 }
220
221 private freshName(): string {
222 return this.uniqueName(CONSTANT_PREFIX);
223 }
224}
225
226export interface ExpressionKeyFn {

Callers 2

getConstLiteralMethod · 0.95
getSharedConstantMethod · 0.95

Calls 1

uniqueNameMethod · 0.95

Tested by

no test coverage detected