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

Method getDataSourceMetaPaths

client/src/api/metadata/api-client.ts:29–35  ·  view source on GitHub ↗
(account: string, container: string)

Source from the content-addressed store, hash-verified

27 }
28
29 async getDataSourceMetaPaths(account: string, container: string): Promise<string[]> {
30 const response = await this.authUtil.requestWithAuthIfRequired({
31 method: 'get',
32 url: `/api/datasources/${account}/${container}/meta/paths`
33 });
34 return response.data;
35 }
36
37 async updateMeta(account: string, container: string, filePath: string, meta: SigMFMetadata): Promise<SigMFMetadata> {
38 try {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected