Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/computer
/ find
Method
find
packages/computer/src/runtime/types.ts:52–52 ·
view source on GitHub ↗
(directory: string, pattern?: string)
Source
from the content-addressed store, hash-verified
50
}>
51
>;
52
find(directory: string, pattern?: string): Promise<Array<{ path: string;
type
:
"file"
|
"dir"
}>>;
53
ls(prefix: string): Promise<string[]>;
54
grep(
55
pattern: string,
Callers
15
fetch.test.ts
File · 0.65
hashOf
Function · 0.65
coalesce.test.ts
File · 0.65
runMigrations
Function · 0.65
find
Function · 0.65
filesystem.test.ts
File · 0.65
readdir.test.ts
File · 0.65
runner.fuse.test.ts
File · 0.65
runner.test.ts
File · 0.65
wire.test.ts
File · 0.65
glob
Function · 0.65
findSpan
Function · 0.65
Implementers
3
WorkspaceFilesystem
packages/dofs/src/fs/filesystem.ts
WorkspaceFilesystemStub
packages/computer/src/stub.ts
WorkspaceRuntimeCapability
packages/computer/src/runtime/capabili
Calls
no outgoing calls
Tested by
7
hashOf
Function · 0.52
findSpan
Function · 0.52
statusOf
Function · 0.52
statusOf
Function · 0.52
get
Function · 0.52
containerConfig
Function · 0.52
fileContents
Function · 0.52