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

Method read

packages/angular_devkit/schematics/src/tree/scoped.ts:133–135  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

131
132 // Readonly.
133 read(path: string): Buffer | null {
134 return this._base.read(this._fullPath(path));
135 }
136 readText(path: string): string {
137 return this._base.readText(this._fullPath(path));
138 }

Callers

nothing calls this directly

Calls 2

_fullPathMethod · 0.95
readMethod · 0.65

Tested by

no test coverage detected