Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ glob
Method
glob
packages/shell/src/workspace.ts:158–160 ·
view source on GitHub ↗
(pattern: string)
Source
from the content-addressed store, hash-verified
156
}
157
158
async
glob(pattern: string): Promise<string[]> {
159
return
(
await
this.ws.glob(pattern)).map((e) => e.path);
160
}
161
}
162
163
// ── Factory ───────────────────────────────────────────────────────────
Callers
nothing calls this directly
Calls
1
glob
Method · 0.65
Tested by
no test coverage detected