Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ json
Method
json
packages/service-worker/worker/testing/fetch.ts:31–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
}
30
31
async
json(): Promise<any> {
32
return
JSON.parse(this.getBody()) as any;
33
}
34
35
async
text(): Promise<string> {
36
return
this.getBody();
Callers
12
getLatestHashFromDb
Function · 0.80
onPush
Method · 0.80
fetchLatestManifest
Method · 0.80
read
Method · 0.80
fetch.spec.ts
File · 0.80
server.ts
File · 0.80
server.ts
File · 0.80
server.ts
File · 0.80
fetchTutorialSourceCode
Method · 0.80
fetchTutorialMetadata
Method · 0.80
getAllHousingLocations
Method · 0.80
getHousingLocationById
Method · 0.80
Calls
2
getBody
Method · 0.95
parse
Method · 0.65
Tested by
no test coverage detected