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

Function syncPush

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

Source from the content-addressed store, hash-verified

421}
422
423export async function syncPush(): Promise<{ success: boolean; timestamp: string }> {
424 const { data } = await api.post('/sync/push', {});
425 return data;
426}
427
428export async function syncPull(): Promise<{ success: boolean; timestamp: string; skills: number; plugins: number }> {
429 const { data } = await api.post('/sync/pull', {});

Callers 1

AppProviderFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected