Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/corrode/write-yourself-a-shell
/ parse_chains
Function
parse_chains
examples/block4.rs:338–340 ·
view source on GitHub ↗
(line: &str)
Source
from the content-addressed store, hash-verified
336
use super::*;
337
338
fn parse_chains(line: &str) -> Vec<Chain> {
339
chains_from_line(line.to_string())
340
}
341
342
#[test]
343
fn no_cmd_is_parsed_from_empty_line() {
Callers
nothing calls this directly
Calls
1
chains_from_line
Function · 0.70
Tested by
no test coverage detected