MCPcopy Index your code
hub / github.com/angular/angular-cli / read

Method read

packages/schematics/angular/utility/change.ts:13–13  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

11export interface Host {
12 write(path: string, content: string): Promise<void>;
13 read(path: string): Promise<string>;
14}
15
16export interface Change {

Callers 5

workspace_spec.tsFile · 0.65
applyMethod · 0.65
applyMethod · 0.65
applyMethod · 0.65
getFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected