MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / close_supabase_pool

Function close_supabase_pool

app/api/agentops/exporter/processor.py:113–118  ·  view source on GitHub ↗

Close the connection pool to Supabase.

()

Source from the content-addressed store, hash-verified

111
112
113async def close_supabase_pool() -> None:
114 """Close the connection pool to Supabase."""
115 global _supabase_pool
116 if _supabase_pool is not None:
117 await _supabase_pool.close()
118 _supabase_pool = None
119
120
121class SupabaseExporterMeta(type):

Callers 2

process_pageFunction · 0.85
mainFunction · 0.85

Calls 1

closeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…