Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ logOnStable
Function
logOnStable
packages/core/test/zone/ng_zone_spec.ts:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
}
54
55
function
logOnStable() {
56
_zone.onStable.subscribe({next: _log.fn(
'onStable'
)});
57
}
58
59
function
runNgZoneNoLog(fn: () => any) {
60
const
length = _log.logItems.length;
Callers
1
ng_zone_spec.ts
File · 0.85
Calls
2
subscribe
Method · 0.65
fn
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…