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

Function makeSync

packages/computer/src/shell.test.ts:27–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25}
26
27function makeSync(): Sync {
28 return {
29 async push() {
30 return 0;
31 },
32 async pull() {
33 return applied(0);
34 },
35 };
36}
37
38// ---------------------------------------------------------------------------
39// Test fixture: a fully synthesised WorkspaceRPC. Each helper method on the

Callers 1

shell.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected