Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/geekcomputers/Python
/ clear_memory
Function
clear_memory
JARVIS/memory.py:27–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
26
27
def
clear_memory():
28
save_memory([])
29
30
31
def
remember_note(note):
Callers
1
handle_command
Function · 0.85
Calls
1
save_memory
Function · 0.85
Tested by
no test coverage detected