Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudflare/agents
/ rm
Method
rm
packages/shell/src/memory.ts:252–254 ·
view source on GitHub ↗
(path: string, options?: StateRmOptions)
Source
from the content-addressed store, hash-verified
250
}
251
252
async
rm(path: string, options?: StateRmOptions): Promise<void> {
253
await
this.fs.rm(path, options as RmOptions | undefined);
254
}
255
256
async
cp(
257
src: string,
Callers
nothing calls this directly
Calls
1
rm
Method · 0.65
Tested by
no test coverage detected