Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ exists
Method
exists
examples/assistant/src/server.ts:441–443 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
439
}
440
441
async
exists(path: string): Promise<boolean> {
442
return
this.workspace.exists(path);
443
}
444
445
async
readDir(
446
path: string,
Callers
nothing calls this directly
Calls
1
exists
Method · 0.65
Tested by
no test coverage detected