Add function-scoped Logic visualization
This commit is contained in:
parent
9fcafc290c
commit
9b4258c852
22 changed files with 1420 additions and 62 deletions
|
|
@ -405,6 +405,11 @@ class AdapterProject:
|
|||
None,
|
||||
)
|
||||
|
||||
def logic_projections(self) -> tuple[LogicProjection, ...]:
|
||||
"""Return logic captured by the most recent validated project load."""
|
||||
|
||||
return self._last_logic
|
||||
|
||||
def verify_incremental_equivalence(self) -> dict[str, object]:
|
||||
"""Prove the incremental and full loader contracts produce the same graph."""
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue