Function retrieve_output
Source pub fn retrieve_output(ref_id: &str) -> Option<Value>
Expand description
Retrieve stored output by reference ID
§Arguments
ref_id - The reference ID returned from store_output
§Returns
The stored JSON value, or None if not found