Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
467
pub fn parse_route(input: &str) -> Result<Route, String> {
468
let mut parser = Parser::new(input);
469
parser.parse_route()
470
}
471
472
#[cfg(test)]
473
mod tests {
Callers
1
read_single_route
Function · 0.85
Calls
1
parse_route
Method · 0.80
Tested by
no test coverage detected