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

Method r2Key

packages/shell/src/filesystem.ts:390–392  ·  view source on GitHub ↗
(filePath: string)

Source from the content-addressed store, hash-verified

388 }
389
390 private r2Key(filePath: string): string {
391 return `${this.resolveR2Prefix()}/${this.namespace}${filePath}`;
392 }
393
394 // ── Symlink resolution ────────────────────────────────────────
395

Callers 3

writeFileBytesMethod · 0.95
writeFileMethod · 0.95
mvMethod · 0.95

Calls 1

resolveR2PrefixMethod · 0.95

Tested by

no test coverage detected