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

Function kvGetMulti

src/api/methods.ts:13–16  ·  view source on GitHub ↗
(
  c: RpcClient,
  items: { namespace: string; key: string }[],
)

Source from the content-addressed store, hash-verified

11 c.call<DynamicSummary[]>('agent_dynamic_summary_multi_last_query', { uuids, fields })
12
13export const kvGetMulti = (
14 c: RpcClient,
15 items: { namespace: string; key: string }[],
16) => c.call<{ namespace: string; key: string; value: unknown }[]>('kv_get_multi_value', { namespace_key: items })
17
18export const taskQuery = (
19 c: RpcClient,

Callers 1

bootstrapFunction · 0.90

Calls 1

callMethod · 0.80

Tested by

no test coverage detected