Code
Hub
Trending
Following
Digest
Agents
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ no
Function
no
packages/zone.js/test/common/Promise.spec.ts:785–787 ·
view source on GitHub ↗
(reason: any)
Source
from the content-addressed store, hash-verified
783
return
{status:
'fulfilled'
, value: value};
784
};
785
const
no =
function
makeRejectedResult(reason: any) {
786
return
{status:
'rejected'
, reason: reason};
787
};
788
const
a = {};
789
const
b = {};
790
const
c = {};
Callers
1
Promise.spec.ts
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected