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

Method features

client/src/api/datasource/datasource-client.ts:12–12  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 update(dataSource: DataSource): Promise<DataSource>;
11 sync(account: string, container: string): Promise<void>;
12 features(): { updateMeta: boolean; sync: boolean; query: boolean };
13}

Callers 1

useGetDatasourceFeaturesFunction · 0.65

Implementers 3

ApiClientclient/src/api/datasource/api-client.t
LocalClientclient/src/api/datasource/local-client
BlobClientclient/src/api/datasource/blob-client.

Calls

no outgoing calls

Tested by

no test coverage detected