MCPcopy Index your code
hub / github.com/aiscriptdev/aiscript / parse_route

Function parse_route

aiscript-runtime/src/parser.rs:467–470  ·  view source on GitHub ↗
(input: &str)

Source from the content-addressed store, hash-verified

465}
466
467pub fn parse_route(input: &str) -> Result<Route, String> {
468 let mut parser = Parser::new(input);
469 parser.parse_route()
470}
471
472#[cfg(test)]
473mod tests {

Callers 1

read_single_routeFunction · 0.85

Calls 1

parse_routeMethod · 0.80

Tested by

no test coverage detected