Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/apache/caldera
/ build_source
Method
build_source
app/objects/c_source.py:53–54 ·
view source on GitHub ↗
(self, data, **kwargs)
Source
from the content-addressed store, hash-verified
51
52
@ma.post_load()
53
def
build_source(self, data, **kwargs):
54
return
None
if
kwargs.get(
'partial'
) is True
else
Source(**data)
55
56
@staticmethod
57
def
_fix_loaded_object_origins(input_data):
Callers
nothing calls this directly
Calls
1
Source
Class · 0.85
Tested by
no test coverage detected