Skip to main content

Module find

Module find 

Source
Expand description

find command as a lib API. Returns structured matches; rendering (text, snippets, hints) is the caller’s job — see main.rs for the CLI renderer.

Structs§

FindArgs

Enums§

FindResult

Functions§

run
run_unfiltered_by_node_type
Re-search across all node types — used by the CLI to suggest near-misses when a typed search returns nothing. Exposed so embedders can offer the same hint UX.