MCPcopy
hub / github.com/CopilotKit/CopilotKit / h

Function h

packages/bot-ui/src/bind.test.ts:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4describe("bind", () => {
5 it("tags a handler with serializable args", () => {
6 const h = () => {};
7 const b = bind(h, { flightId: "x1" });
8 expect(isBound(b)).toBe(true);
9 expect(getBoundArgs(b)).toEqual({ flightId: "x1" });

Callers 15

CopilotKitInternalFunction · 0.85
onTurnFunction · 0.85
onThreadStartedFunction · 0.85
runMethod · 0.85
renderFunction · 0.85
setupFunction · 0.85
setupFunction · 0.85
setupFunction · 0.85
setupFunction · 0.85
setupFunction · 0.85
setupFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected