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

Method existsSync

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

Source from the content-addressed store, hash-verified

13 */
14export interface Host {
15 existsSync(path: string): boolean
16 readFileSync(path: string): string
17 readdirSync(path: string): string[]
18 globSync(pattern: string): string[]

Callers 15

readPackageJsonFunction · 0.65
parseDatamodelFunction · 0.65
uniqueIdFunction · 0.65
parseConfigFileFunction · 0.65
setup.test.tsFile · 0.65
handlerFunction · 0.65
updateDevFatalErrorPageFunction · 0.65
loadJobFunction · 0.65

Implementers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected