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

Function parse_chains

examples/block3.rs:286–288  ·  view source on GitHub ↗
(line: &str)

Source from the content-addressed store, hash-verified

284 use super::*;
285
286 fn parse_chains(line: &str) -> Vec<Chain> {
287 chains_from_line(line.to_string())
288 }
289
290 #[test]
291 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