MCPcopy
hub / github.com/CopilotKit/CopilotKit / seededRow

Function seededRow

showcase/harness/src/fleet/queue-client.test.ts:4306–4308  ·  view source on GitHub ↗

A terminal-row seed so the post-release `pb.update` has a row to patch.

()

Source from the content-addressed store, hash-verified

4304describe("FleetQueueClient.report", () => {
4305 /** A terminal-row seed so the post-release `pb.update` has a row to patch. */
4306 function seededRow(): JobRow {
4307 return { ...jobView({ id: "j1" }), payload: samplePayload() };
4308 }
4309
4310 it("maps an all-green result to releaseJob(done)", async () => {
4311 const { pb } = makeFakePb([seededRow()]);

Callers 1

Calls 2

samplePayloadFunction · 0.85
jobViewFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…