Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ errorGenerator
Function
errorGenerator
packages/zone.js/test/rxjs/rxjs.retry.spec.ts:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
);
25
26
const
errorGenerator = () => {
27
return
throwError(
new
Error(
'error emit'
));
28
};
29
beforeEach(() => {
30
log = [];
31
});
Callers
1
rxjs.retry.spec.ts
File · 0.85
Calls
1
throwError
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…