Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/angular/angular
/ write
Method
write
packages/service-worker/worker/src/db-cache.ts:86–88 ·
view source on GitHub ↗
(key: string, value: Object)
Source
from the content-addressed store, hash-verified
84
}
85
86
write(key: string, value: Object): Promise<void> {
87
return
this.cache.put(this.request(key), this.adapter.newResponse(JSON.stringify(value)));
88
}
89
}
Callers
nothing calls this directly
Calls
3
request
Method · 0.95
put
Method · 0.65
newResponse
Method · 0.45
Tested by
no test coverage detected