Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ishabdullah/Codey-v2
/ reset_loader
Function
reset_loader
core/loader_v2.py:400–405 ·
view source on GitHub ↗
Reset the global loader (for testing).
()
Source
from the content-addressed store, hash-verified
398
399
400
def
reset_loader():
401
""
"Reset the global loader (for testing)."
""
402
global _loader
403
if
_loader:
404
_loader.unload()
405
_loader = None
Callers
nothing calls this directly
Calls
1
unload
Method · 0.80
Tested by
no test coverage detected