Skip to main content

is_reserved

Function is_reserved 

Source
pub fn is_reserved(key: &str) -> bool
Expand description

Is this key one of the run’s own entries rather than a node’s output?

Callers that report “what did each node produce” filter with this; without it a fit’s answer included its own inputs and states as though nodes had produced them.