pub fn collect_handler_paths(schema: &Schema) -> HashSet<String>
Collect all handler paths from a schema.
Returns a set of path strings like “db/migrate”, “hello”.