MCPcopy
hub / github.com/CopilotKit/CopilotKit / get

Function get

packages/runtime/src/v2/runtime/__tests__/hooks.test.ts:26–26  ·  view source on GitHub ↗
(url: string)

Source from the content-addressed store, hash-verified

24 });
25
26const get = (url: string) => new Request(url, { method: "GET" });
27
28const post = (url: string, body?: unknown) =>
29 new Request(url, {

Callers 1

hooks.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected