MCPcopy Create free account
hub / github.com/PierreGode/Ragnar / clear

Method clear

irc_dpi.py:400–403  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

398 return sess.to_dict() if sess else None
399
400 def clear(self) -> None:
401 with self._lock:
402 self._sessions.clear()
403 self._buffers.clear()

Callers 1

feed_payloadMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected