MCPcopy Create free account
hub / github.com/Kilo-Org/cloud / syncWriteOk

Function syncWriteOk

packages/wl-sdk/src/ops/test-helpers.ts:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59
60/** Build a synchronous-write success response (no operation_name). */
61export function syncWriteOk(): MockResponse {
62 return { status: 200, body: { query_execution_status: 'Success' } };
63}
64
65/** Read response carrying a single wanted row at the given status. */
66export function readWantedRow(row: Record<string, unknown> | null): MockResponse {

Callers 11

responsesFunction · 0.90
client.test.tsFile · 0.90
join.test.tsFile · 0.90
reject.test.tsFile · 0.90
post.test.tsFile · 0.90
done.test.tsFile · 0.90
accept.test.tsFile · 0.90
close.test.tsFile · 0.90
unclaim.test.tsFile · 0.90
claim.test.tsFile · 0.90

Calls

no outgoing calls

Tested by 1

responsesFunction · 0.72