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

Function parse_chains

examples/block2.rs:187–189  ·  view source on GitHub ↗
(line: &str)

Source from the content-addressed store, hash-verified

185 use super::*;
186
187 fn parse_chains(line: &str) -> Vec<Chain> {
188 chains_from_line(line.to_string())
189 }
190
191 #[test]
192 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