MCPcopy
hub / github.com/angular/angular / override

Method override

packages/compiler-cli/test/mocks.ts:83–85  ·  view source on GitHub ↗
(files: Entry)

Source from the content-addressed store, hash-verified

81 }
82
83 override(files: Entry) {
84 return new MockAotContext(this.currentDirectory, files, ...this.files);
85 }
86}
87
88function first<T>(a: T[], cb: (value: T) => T | undefined): T | undefined {

Callers 3

metadata.spec.tsFile · 0.80
createMetadataKeyFunction · 0.80
createManagedMetadataKeyFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected