Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
fake-async-test.spec.ts
File · 0.85
setImmediate
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected