MCPcopy Create free account
hub / github.com/anomalyco/opencode /

Class

packages/function/src/api.ts:15–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15export class SyncServer extends DurableObject<Env> {
16 // oxlint-disable-next-line no-useless-constructor
17 constructor(ctx: DurableObjectState, env: Env) {
18 super(ctx, env)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected