Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MaterializeInc/materialize
/ explain_diff
Function
explain_diff
misc/python/materialize/mzexplore/common.py:305–306 ·
view source on GitHub ↗
(base: ExplainFile, diff_suffix: str)
Source
from the content-addressed store, hash-verified
303
304
305
def
explain_diff(base: ExplainFile, diff_suffix: str) -> ExplainFile:
306
return
replace(base, explainee_type=ExplaineeType.REPLAN_ITEM, suffix=diff_suffix)
307
308
309
@dataclass(frozen=True)
Callers
1
changes
Function · 0.90
Calls
1
replace
Function · 0.50
Tested by
no test coverage detected