Streaming lineage subscription for node.
node
Registers observer to receive a fresh NodeInspectorView each time the explanation node recomputes (i.e. each commit that changes the node's lineage).
observer
The inspected node's value type.
The engine instance.
The node whose lineage to track.
Callback invoked with each updated view.
Unsubscribe handle releasing the subscription.
Streaming lineage subscription for
node.Registers
observerto receive a fresh NodeInspectorView each time the explanation node recomputes (i.e. each commit that changes the node's lineage).