Skip to main content

strip_inherited

Function strip_inherited 

Source
pub fn strip_inherited(base: &mut RequestBase)
Expand description

Strip the parent-only envelope fields (jq, python, max_tokens) from a typed child request’s base, leaving timeout_seconds intact. Called at every BinaryExecutor re-exec site on the child request before it’s handed to the executor.