MCPcopy Create free account
hub / github.com/cloudflare/agents / listArchive

Method listArchive

packages/shell/src/memory.ts:328–330  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

326 }
327
328 async listArchive(path: string): Promise<StateArchiveEntry[]> {
329 return listTar(await this.readFileBytes(path));
330 }
331
332 async extractArchive(
333 path: string,

Callers

nothing calls this directly

Calls 2

readFileBytesMethod · 0.95
listTarFunction · 0.90

Tested by

no test coverage detected