MCPcopy Index your code
hub / github.com/PoiScript/orgize / Traverser

Interface Traverser

src/export/traverse.rs:104–221  ·  view source on GitHub ↗

A trait for enumerating org syntax tree ### `TraversalContext` `TraversalContext` can be used to control the traversal. For example, `ctx.skip()` will skips the traversal for current element and its descendants and improve the traversal performance. ```rust use orgize::{ export::{Container, Event, HtmlExport, TraversalContext, Traverser}, Org, }; use slugify::slugify; #[derive(Default)] struc

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 6

traverseMethod · 0.80
renderMethod · 0.80
eventMethod · 0.80
renderMethod · 0.80
eventMethod · 0.80
mainFunction · 0.80

Implementers 3

traverse.rssrc/export/traverse.rs
markdown.rssrc/export/markdown.rs
html.rssrc/export/html.rs

Calls

no outgoing calls

Tested by

no test coverage detected