Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/eudicots/Cactus
/ data
Method
data
cactus/deployment/file.py:48–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
47
@memoize
48
def
data(self):
49
with
io.FileIO(os.path.join(self.engine.site.build_path, self.path),
'r'
)
as
f:
50
return
f.read()
51
52
def
payload(self):
53
""
"
Callers
3
payload
Method · 0.95
is_fingerprinted
Method · 0.95
upload
Method · 0.95
Calls
1
read
Method · 0.80
Tested by
no test coverage detected