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

Method get

showcase/scripts/deploy-to-railway.ts:140–140  ·  view source on GitHub ↗
(url: string, headers: Record<string, string>)

Source from the content-addressed store, hash-verified

138
139export interface GhcrHttp {
140 get(url: string, headers: Record<string, string>): Promise<GhcrHttpResponse>;
141 head(url: string, headers: Record<string, string>): Promise<GhcrHttpResponse>;
142}
143

Callers 15

_dispatch_eventMethod · 0.65
_handle_single_eventMethod · 0.65
_current_thread_idFunction · 0.65
_build_state_noteMethod · 0.65
_resolve_a2ui_catalogMethod · 0.65
_a2ui_inject_decisionMethod · 0.65
wrap_model_callMethod · 0.65
awrap_model_callMethod · 0.65

Calls

no outgoing calls