MCPcopy 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
130def clear_context():
131 _mem.clear()
132 info("File context cleared.")
133
134def list_loaded():
135 return list(_mem.list_files())

Callers

nothing calls this directly

Calls 2

infoFunction · 0.90
clearMethod · 0.45

Tested by

no test coverage detected