MCPcopy
hub / github.com/angular/angular / key

Function key

packages/compiler/src/output/output_ast.ts:226–228  ·  view source on GitHub ↗
(index: Expression, type?: Type | null, sourceSpan?: ParseSourceSpan | null)

Source from the content-addressed store, hash-verified

224 }
225
226 key(index: Expression, type?: Type | null, sourceSpan?: ParseSourceSpan | null): ReadKeyExpr {
227 return new ReadKeyExpr(this, index, type, sourceSpan);
228 }
229
230 callFn(
231 params: Expression[],

Callers 1

recordKeyFunction · 0.85

Calls

no outgoing calls

Tested by 1

recordKeyFunction · 0.68