MCPcopy Create free account
hub / github.com/Ishabdullah/Codey-v2 / list_loaded

Function list_loaded

core/context.py:134–135  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

132 info("File context cleared.")
133
134def list_loaded():
135 return list(_mem.list_files())
136
137def build_file_context_block(message=""):
138 return _mem.build_file_block(message)

Callers 2

enrich_messageFunction · 0.90
_files_hashFunction · 0.90

Calls 1

list_filesMethod · 0.80

Tested by

no test coverage detected