Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
useGetDatasourceFeatures
Function · 0.65
Implementers
3
ApiClient
client/src/api/datasource/api-client.t
LocalClient
client/src/api/datasource/local-client
BlobClient
client/src/api/datasource/blob-client.
Calls
no outgoing calls
Tested by
no test coverage detected