MCPcopy
hub / github.com/volcengine/OpenViking / close

Method close

openviking_cli/client/base.py:29–31  ·  view source on GitHub ↗

Close the client and release resources.

(self)

Source from the content-addressed store, hash-verified

27
28 @abstractmethod
29 async def close(self) -> None:
30 """Close the client and release resources."""
31 ...
32
33 # ============= Resource Management =============
34

Callers 5

_shutdown_loopFunction · 0.45
_run_in_threadFunction · 0.45
start_ollamaFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected