Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ glob
Method
glob
examples/assistant/src/server.ts:456–458 ·
view source on GitHub ↗
(pattern: string)
Source
from the content-addressed store, hash-verified
454
}
455
456
async
glob(pattern: string): Promise<FileInfo[]> {
457
return
this.workspace.glob(pattern);
458
}
459
460
async
mkdir(
461
path: string,
Callers
nothing calls this directly
Calls
1
glob
Method · 0.65
Tested by
no test coverage detected