Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/offu/WeRoBot
/ remove_session
Function
remove_session
tests/test_session.py:28–32 ·
view source on GitHub ↗
(session)
Source
from the content-addressed store, hash-verified
26
27
28
def
remove_session(session):
29
try
:
30
del session[to_binary(
"fromUser"
)]
31
except
:
32
pass
33
34
35
def
test_session():
Callers
nothing calls this directly
Calls
1
to_binary
Function · 0.90
Tested by
no test coverage detected