Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ stat
Method
stat
examples/assistant/src/server.ts:663–665 ·
view source on GitHub ↗
(path: string)
Source
from the content-addressed store, hash-verified
661
}
662
663
async
stat(path: string) {
664
return
(
await
this.parent()).stat(path);
665
}
666
667
async
lstat(path: string) {
668
return
(
await
this.parent()).lstat(path);
Callers
nothing calls this directly
Calls
2
parent
Method · 0.95
stat
Method · 0.65
Tested by
no test coverage detected