MCPcopy Create free account
hub / github.com/HKUDS/OpenSpace / __aexit__

Method __aexit__

openspace/skill_engine/store.py:302–303  ·  view source on GitHub ↗
(self, *exc)

Source from the content-addressed store, hash-verified

300 return self
301
302 async def __aexit__(self, *exc):
303 self.close()
304
305 @property
306 def db_path(self) -> Path:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected