Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ keyOf
Method
keyOf
packages/compiler/src/constant_pool.ts:227–227 ·
view source on GitHub ↗
(expr: o.Expression)
Source
from the content-addressed store, hash-verified
225
226
export
interface
ExpressionKeyFn {
227
keyOf(expr: o.Expression): string;
228
}
229
230
export
interface
SharedConstantDefinition extends ExpressionKeyFn {
Callers
3
getConstLiteral
Method · 0.65
getSharedConstant
Method · 0.65
keyOf
Method · 0.65
Implementers
2
GenericKeyFn
packages/compiler/src/constant_pool.ts
PureFunctionConstant
packages/compiler/src/template/pipelin
Calls
no outgoing calls
Tested by
no test coverage detected