MCPcopy
hub / github.com/redwoodjs/graphql / readFileSync

Method readFileSync

packages/structure/src/hosts.ts:16–16  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

14export interface Host {
15 existsSync(path: string): boolean
16 readFileSync(path: string): string
17 readdirSync(path: string): string[]
18 globSync(pattern: string): string[]
19 writeFileSync(path: string, contents: string): void

Callers 15

readPackageJsonFunction · 0.65
uniqueIdFunction · 0.65
parseConfigFileFunction · 0.65
getCellAstFunction · 0.65
transformFunction · 0.65
setupHandler.tsFile · 0.65
handlerFunction · 0.65
setupHandler.tsFile · 0.65
setupHandler.tsFile · 0.65
setupHandler.tsFile · 0.65
setupHandler.tsFile · 0.65

Implementers 2

DefaultHostpackages/structure/src/hosts.ts
HostWithDocumentsStorepackages/structure/src/ide.ts

Calls

no outgoing calls

Tested by 2

transformFunction · 0.52
readVsCodeSettingsFunction · 0.52