Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
134
def
list_loaded():
135
return
list(_mem.list_files())
136
137
def
build_file_context_block(message=
""
):
138
return
_mem.build_file_block(message)
Callers
2
enrich_message
Function · 0.90
_files_hash
Function · 0.90
Calls
1
list_files
Method · 0.80
Tested by
no test coverage detected