MCPcopy Create free account
hub / github.com/agentforce314/clawcodex / buildGateway

Function buildGateway

ui-tui/src/__tests__/createSlashHandler.test.ts:938–945  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

936})
937
938const buildGateway = () => ({
939 gw: {
940 getLogTail: vi.fn(() => ''),
941 kill: vi.fn(),
942 request: vi.fn(() => Promise.resolve({}))
943 },
944 rpc: vi.fn(() => Promise.resolve({}))
945})
946
947const buildLocal = () => ({
948 catalog: null,

Callers 2

buildCtxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected