MCPcopy Create free account
hub / github.com/corrode/write-yourself-a-shell / parse_chains

Function parse_chains

examples/final.rs:170–172  ·  view source on GitHub ↗
(line: &str)

Source from the content-addressed store, hash-verified

168 use super::*;
169
170 fn parse_chains(line: &str) -> Vec<Chain> {
171 chains_from_line(line).collect()
172 }
173
174 #[test]
175 fn no_cmd_is_parsed_from_empty_line() {

Callers

nothing calls this directly

Calls 1

chains_from_lineFunction · 0.70

Tested by

no test coverage detected