Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ then
Method
then
packages/zone.js/test/common/Promise.spec.ts:152–154 ·
view source on GitHub ↗
(onFulfilled: any, onRejected: any)
Source
from the content-addressed store, hash-verified
150
}
151
152
override then(onFulfilled: any, onRejected: any) {
153
return
this.sub.then(onFulfilled, onRejected);
154
}
155
}
156
const
p = Promise.resolve(1);
157
new
MyPromise(p).then(
Callers
nothing calls this directly
Calls
1
then
Method · 0.65
Tested by
no test coverage detected