MCPcopy Create free account
hub / github.com/1jehuang/jcode / destroy_session

Function destroy_session

scripts/test_swarm_debug.py:65–67  ·  view source on GitHub ↗

Destroy a test session.

(session_id)

Source from the content-addressed store, hash-verified

63 return None
64
65def destroy_session(session_id):
66 """Destroy a test session."""
67 send_cmd(f"destroy_session:{session_id}")
68
69def test_basic_swarm_commands():
70 """Test basic swarm listing commands."""

Callers

nothing calls this directly

Calls 1

send_cmdFunction · 0.70

Tested by

no test coverage detected