Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
226
export
interface
ExpressionKeyFn {
Callers
2
getConstLiteral
Method · 0.95
getSharedConstant
Method · 0.95
Calls
1
uniqueName
Method · 0.95
Tested by
no test coverage detected