Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
*/
14
export
interface
Host {
15
existsSync(path: string): boolean
16
readFileSync(path: string): string
17
readdirSync(path: string): string[]
18
globSync(pattern: string): string[]
Callers
15
readPackageJson
Function · 0.65
parseDatamodel
Function · 0.65
uniqueId
Function · 0.65
parseConfigFile
Function · 0.65
getWebSideBabelConfigPath
Function · 0.65
getApiSideBabelConfigPath
Function · 0.65
setup.test.ts
File · 0.65
handler
Function · 0.65
updateDevFatalErrorPage
Function · 0.65
checkAndUpdateCustomWebIndex
Function · 0.65
FileSystemStorage.test.ts
File · 0.65
loadJob
Function · 0.65
Implementers
2
DefaultHost
packages/structure/src/hosts.ts
HostWithDocumentsStore
packages/structure/src/ide.ts
Calls
no outgoing calls
Tested by
no test coverage detected