Skip to main content

render_chunked

Function render_chunked 

Source
pub fn render_chunked(clusters: &[FactCluster<'_>]) -> String
Expand description

Render clusters in the compact wakeup notation: one line per chunk, [topic] key=val|key=val. Facts whose category equals the topic drop the category prefix entirely (the header amortizes it) — that is where the token savings over the flat cat/key=val|cat/key=val list come from.