Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dobin/SuperMega
/ DataReuseReference
Class
DataReuseReference
model/injectable.py:22–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
20
21
22
class
DataReuseReference():
23
def
__init__(self, placeholder: bytes, register: str):
24
self.placeholder: bytes = placeholder
25
self.register: str = register
26
27
28
class
DataReuseEntry():
Callers
1
add_reference
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected