MCPcopy Index your code
hub / github.com/angular/angular / setImmediate

Function setImmediate

packages/language-service/test/legacy/mock_host.ts:138–140  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

136 clearTimeout(id);
137 },
138 setImmediate() {
139 throw new Error('setImmediate is not implemented');
140 },
141 clearImmediate() {
142 throw new Error('clearImmediate is not implemented');
143 },

Callers 2

setImmediateMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…