MCPcopy Index your code
hub / github.com/angular/angular / list

Method list

packages/service-worker/config/src/filesystem.ts:16–16  ·  view source on GitHub ↗
(dir: string)

Source from the content-addressed store, hash-verified

14 */
15export interface Filesystem {
16 list(dir: string): Promise<string[]>;
17 read(file: string): Promise<string>;
18 hash(file: string): Promise<string>;
19 write(file: string, contents: string): Promise<void>;

Callers 2

generator_spec.tsFile · 0.65
processAssetGroupsMethod · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected