MCPcopy Index your code
hub / github.com/MiniMax-AI/Mini-Agent / _remove

Method _remove

mini_agent/tools/bash_tool.py:130–133  ·  view source on GitHub ↗

Remove a background shell from management (internal use only).

(cls, bash_id: str)

Source from the content-addressed store, hash-verified

128
129 @classmethod
130 def _remove(cls, bash_id: str) -> None:
131 """Remove a background shell from management (internal use only)."""
132 if bash_id in cls._shells:
133 del cls._shells[bash_id]
134
135 @classmethod
136 async def start_monitor(cls, bash_id: str) -> None:

Callers 1

terminateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected