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

Function resultBridge

packages/computer/src/runtime/bridge.test.ts:63–65  ·  view source on GitHub ↗
(maxResultBytes?: number)

Source from the content-addressed store, hash-verified

61
62describe("WorkspaceRuntimeBridge assertResult", () => {
63 function resultBridge(maxResultBytes?: number) {
64 return new WorkspaceRuntimeBridge({} as WorkspaceRuntimeCapability, { maxResultBytes });
65 }
66
67 it("accepts a JSON-compatible value", async () => {
68 await expect(

Callers 1

bridge.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected