MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / cleanup

Function cleanup

website/api/v1/mcp/messages.ts:332–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

330 let responsePayload: any = null;
331
332 const cleanup = () => {
333 try { supabase.removeChannel(channel); } catch (err) {}
334 };
335
336 // Step 1: Establish subscription first
337 await new Promise<void>((resolve, reject) => {

Callers 1

handlerFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected