MCPcopy Create free account
hub / github.com/ScaleML/AgentSPEX / touch

Method touch

src/sandbox_vm/tools/session_management.py:284–287  ·  view source on GitHub ↗
(self, session_id: str)

Source from the content-addressed store, hash-verified

282 return rt
283
284 def touch(self, session_id: str) -> None:
285 with self._lock:
286 if session_id in self._sessions:
287 self._sessions[session_id].touch()
288
289 def destroy(self, session_id: str) -> None:
290 with self._lock:

Callers

nothing calls this directly

Calls 1

touchMethod · 0.45

Tested by

no test coverage detected