collect_handler_paths

Function collect_handler_paths 

Source
pub fn collect_handler_paths(schema: &Schema) -> HashSet<String>
Expand description

Collect all handler paths from a schema.

Returns a set of path strings like “db/migrate”, “hello”.