Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ishabdullah/Codey-v2
/ clear_context
Function
clear_context
core/context.py:130–132 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
128
info(f
"Unloaded: {p.name}"
)
129
130
def
clear_context():
131
_mem.clear()
132
info(
"File context cleared."
)
133
134
def
list_loaded():
135
return
list(_mem.list_files())
Callers
nothing calls this directly
Calls
2
info
Function · 0.90
clear
Method · 0.45
Tested by
no test coverage detected