MCPcopy Create free account
hub / github.com/cloudflare/computer / assets

Method assets

packages/computer/src/workspace.ts:408–410  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

406 // the worker backend's shell can run `assets publish` without
407 // receiving R2 bindings or signing secrets in the Dynamic Worker.
408 get assets(): AssetsClient | undefined {
409 return this.#assets;
410 }
411
412 // Git facade. Opt-in so the default Workspace graph does not
413 // carry isomorphic-git. When configured, it does not require a

Callers 1

constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected