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/block5.rs:348–350 ·
view source on GitHub ↗
(line: &str)
Source
from the content-addressed store, hash-verified
346
use super::*;
347
348
fn parse_chains(line: &str) -> Vec<Chain> {
349
chains_from_line(line.to_string())
350
}
351
352
#[test]
353
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