Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
const
get = (url: string) =>
new
Request(url, { method:
"GET"
});
27
28
const
post = (url: string, body?: unknown) =>
29
new
Request(url, {
Callers
1
hooks.test.ts
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected