pub fn render_capture(
config: Option<&MemoryConfig>,
inputs: &CaptureInputs,
) -> RenderedInstructionExpand description
Render the memory-capture instruction for the given config and inputs.
Returns RenderedInstruction::NotConfigured when memory.capture is
absent, regardless of how search and query are configured.