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

Method readFile

adev/shared-docs/utils/filesystem.utils.ts:38–38  ·  view source on GitHub ↗
(path: string, encoding?: string)

Source from the content-addressed store, hash-verified

36 },
37 ): Promise<DirEnt<string>[]>;
38 readFile(path: string, encoding?: string): Promise<string>;
39}
40
41export const checkFilesInDirectory = async (

Callers 11

readFileMethod · 0.65
readFileTextFunction · 0.65
getFilesToReadMethod · 0.65
readFileMethod · 0.65
createFileMethod · 0.65
renameFileMethod · 0.65
my-builder.spec.tsFile · 0.65
checkFilesInDirectoryFunction · 0.65

Implementers 5

FakeFileSystemAPIadev/shared-docs/testing/testing-helpe
DevkitMigrationFilesystempackages/core/schematics/utils/tsurge/
LSParseConfigHostpackages/language-service/src/adapters
NodeJSReadonlyFileSystempackages/compiler-cli/src/ngtsc/file_s
InvalidFileSystempackages/compiler-cli/src/ngtsc/file_s

Calls

no outgoing calls

Tested by

no test coverage detected