Function
taskQuery
(
c: RpcClient,
conditions: TaskQueryCondition[],
timeoutMs?: number,
)
Source from the content-addressed store, hash-verified
| 16 | ) => c.call<{ namespace: string; key: string; value: unknown }[]>('kv_get_multi_value', { namespace_key: items }) |
| 17 | |
| 18 | export const taskQuery = ( |
| 19 | c: RpcClient, |
| 20 | conditions: TaskQueryCondition[], |
| 21 | timeoutMs?: number, |
| 22 | ) => c.call<TaskQueryResult[]>('task_query', { task_data_query: { condition: conditions } }, timeoutMs) |
Tested by
no test coverage detected