Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ write
Method
write
packages/service-worker/config/src/filesystem.ts:19–19 ·
view source on GitHub ↗
(file: string, contents: string)
Source
from the content-addressed store, hash-verified
17
read(file: string): Promise<string>;
18
hash(file: string): Promise<string>;
19
write(file: string, contents: string): Promise<void>;
20
}
Callers
1
main.ts
File · 0.65
Implementers
2
NodeFilesystem
packages/service-worker/cli/filesystem
MockFilesystem
packages/service-worker/config/testing
Calls
no outgoing calls
Tested by
no test coverage detected