Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ScriptedAlchemy/tracedecay
/ parse_line_range_single
Function
parse_line_range_single
src/context/read_modes.rs:256–260 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
254
255
#[test]
256
fn parse_line_range_single() {
257
let r = LineRange::parse(
"7"
).unwrap();
258
assert_eq!(r.start, 7);
259
assert_eq!(r.end, 7);
260
}
261
262
#[test]
263
fn parse_line_range_invalid() {
Callers
nothing calls this directly
Calls
1
parse
Function · 0.50
Tested by
no test coverage detected