MCPcopy 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.tsFile · 0.65

Implementers 2

NodeFilesystempackages/service-worker/cli/filesystem
MockFilesystempackages/service-worker/config/testing

Calls

no outgoing calls

Tested by

no test coverage detected