MCPcopy Create free account
hub / github.com/IQEngine/IQEngine / sync

Method sync

client/src/api/datasource/api-client.ts:15–20  ·  view source on GitHub ↗
(account: string, container: string)

Source from the content-addressed store, hash-verified

13 }
14
15 async sync(account: string, container: string): Promise<void> {
16 await this.authUtil.requestWithAuthIfRequired({
17 method: 'put',
18 url: `/api/datasources/${account}/${container}/sync`,
19 });
20 }
21 async query(queryString: string, signal: AbortSignal): Promise<TraceabilityOrigin[]> {
22 const response = await this.authUtil.requestWithAuthIfRequired({
23 method: 'get',

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected