MCPcopy Create free account
hub / github.com/CommonstackAI/UncommonRoute / close

Method close

bench/adapters/clawrouter_adapter.py:68–75  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 return int(res.get("tier_id", 1))
67
68 def close(self) -> None:
69 if self._proc.poll() is None:
70 try:
71 if self._proc.stdin is not None:
72 self._proc.stdin.close()
73 except Exception:
74 pass
75 self._proc.wait(timeout=5)
76
77 def __del__(self) -> None:
78 try:

Callers 12

__del__Method · 0.95
openFunction · 0.80
useEventStreamFunction · 0.80
fb_clientFunction · 0.80
runFunction · 0.80
runFunction · 0.80
runFunction · 0.80
hFunction · 0.80
NgFunction · 0.80
cxFunction · 0.80

Calls

no outgoing calls