MCPcopy Index your code
hub / github.com/angular/angular / clear

Method clear

packages/core/testing/src/logger.ts:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 clear(): void {
30 this.logItems = [];
31 }
32
33 result(): string {
34 return this.logItems.join('; ');

Callers 15

bootstrap_spec.tsFile · 0.45
ngOnDestroyMethod · 0.45
ngOnDestroyMethod · 0.45
dispatcher_test.tsFile · 0.45
finalizeMethod · 0.45
compileTypesSyncMethod · 0.45
applyTransitiveScopesMethod · 0.45
restoreOriginalStateMethod · 0.45

Calls

no outgoing calls

Tested by 1

removeLinkMethod · 0.36