MCPcopy Create free account
hub / github.com/Microck/opencode-studio / syncAuto

Function syncAuto

client-next/src/lib/api.ts:433–436  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

431}
432
433export async function syncAuto(): Promise<{ action: string; timestamp?: string; reason?: string }> {
434 const { data } = await api.post('/sync/auto', {});
435 return data;
436}
437
438export interface FetchUrlResult {
439 content: string;

Callers 1

checkAutoSyncFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected