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

Method getMeta

client/src/api/metadata/blob-client.ts:73–76  ·  view source on GitHub ↗
(account: string, container: string, filePath: string)

Source from the content-addressed store, hash-verified

71 }
72
73 async getMeta(account: string, container: string, filePath: string): Promise<SigMFMetadata> {
74 const containerClient = getContainerClient(this.dataSources, account, container);
75 return blobNameToMetadata(filePath, containerClient);
76 }
77
78 async getDataSourceMetaPaths(account: string, container: string): Promise<string[]> {
79 const containerClient = getContainerClient(this.dataSources, account, container);

Callers

nothing calls this directly

Calls 2

getContainerClientFunction · 0.90
blobNameToMetadataFunction · 0.85

Tested by

no test coverage detected