MCPcopy
hub / github.com/angular/angular / fn

Method fn

packages/core/testing/src/logger.ts:23–27  ·  view source on GitHub ↗
(value: T)

Source from the content-addressed store, hash-verified

21 }
22
23 fn(value: T) {
24 return () => {
25 this.logItems.push(value);
26 };
27 }
28
29 clear(): void {
30 this.logItems = [];

Callers 7

bootstrap_spec.tsFile · 0.45
SomeModuleClass · 0.45
advanceMethod · 0.45
runEffectFunction · 0.45
runFunction · 0.45
wrapWithPredicatesFunction · 0.45

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected