Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ resetFetchPromise
Method
resetFetchPromise
packages/common/http/test/fetch_spec.ts:767–772 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
765
}
766
767
resetFetchPromise() {
768
this.promise =
new
Promise<Response>((resolve, reject) => {
769
this.resolve = resolve;
770
this.reject = reject;
771
});
772
}
773
}
774
775
class
MockFetchRequest {
Callers
1
fetch_spec.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected