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

Function cleanup

website/api/v1/query.ts:144–146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142
143 // Cleanup helper
144 const cleanup = () => {
145 try { supabase.removeChannel(channel); } catch (err) {}
146 };
147
148 try {
149 if (isWasmQuery) {

Callers 1

handleQueryFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected