Skip to main content

render_symbol

Function render_symbol 

Source
pub fn render_symbol<S: GraphStore + ?Sized>(
    store: &S,
    branch: &str,
    name: &str,
) -> Result<String>
Expand description

Markdown wiki rendering for name on branch. Returns an Err only when the store itself fails; “symbol not found” is surfaced by the upstream symbol_context error.