Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/angular/angular
/ clearLog
Function
clearLog
packages/core/test/linker/change_detection_integration_spec.ts:1557–1559 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1555
logged.push(value);
1556
}
1557
function
clearLog() {
1558
logged = [];
1559
}
1560
1561
function
expectOnceAndOnlyOnce(log: string) {
1562
expect(logged.indexOf(log) >= 0).toBeTruthy(
Callers
1
change_detection_integration_spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected