MCPcopy Create free account
hub / github.com/NodeSeekDev/NodeGet-StatusShow / taskQuery

Function taskQuery

src/api/methods.ts:18–22  ·  view source on GitHub ↗
(
  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
18export const taskQuery = (
19 c: RpcClient,
20 conditions: TaskQueryCondition[],
21 timeoutMs?: number,
22) => c.call<TaskQueryResult[]>('task_query', { task_data_query: { condition: conditions } }, timeoutMs)

Callers 1

fetchOnceFunction · 0.90

Calls 1

callMethod · 0.80

Tested by

no test coverage detected