Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.ts
File · 0.45
SomeModule
Class · 0.45
advance
Method · 0.45
onOverlayAnimationStart
Method · 0.45
runEffect
Function · 0.45
run
Function · 0.45
wrapWithPredicates
Function · 0.45
Calls
1
push
Method · 0.45
Tested by
no test coverage detected