MCPcopy
hub / github.com/Agenta-AI/agenta / close

Method close

api/oss/src/dbs/postgres/shared/engine.py:63–68  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

61 raise NotImplementedError()
62
63 async def close(self):
64 if self.async_core_engine is not None:
65 await self.async_core_engine.dispose()
66
67 if self.async_tracing_engine is not None:
68 await self.async_tracing_engine.dispose()
69
70 @asynccontextmanager
71 async def core_session(self) -> AsyncGenerator[AsyncSession, None]:

Callers 9

close_dbMethod · 0.95
print_logsFunction · 0.80
core_sessionMethod · 0.80
tracing_sessionMethod · 0.80
get_core_sessionMethod · 0.80
get_tracing_sessionMethod · 0.80
unauthed_apiFunction · 0.80
globalSetupFunction · 0.80
createSessionTestFunction · 0.80

Calls

no outgoing calls

Tested by 1

print_logsFunction · 0.64