MCPcopy Index your code
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(

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…