Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MotrixLab/ADHMR
/ __init__
Method
__init__
ADHMR/lib/utils/cache.py:7–9 ·
view source on GitHub ↗
(self, load_path=None)
Source
from the content-addressed store, hash-verified
5
Need to run tool/cache/fix_cache.py to fix paths
6
""
"
7
def
__init__(self, load_path=None):
8
if
load_path is not None:
9
self.load(load_path)
10
11
def
load(self, load_path):
12
self.load_path = load_path
Callers
nothing calls this directly
Calls
1
load
Method · 0.95
Tested by
no test coverage detected