MCPcopy Create free account
hub / github.com/ScriptedAlchemy/tracedecay / parse_line_range_pair

Function parse_line_range_pair

src/context/read_modes.rs:249–253  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

247
248 #[test]
249 fn parse_line_range_pair() {
250 let r = LineRange::parse("3-5").unwrap();
251 assert_eq!(r.start, 3);
252 assert_eq!(r.end, 5);
253 }
254
255 #[test]
256 fn parse_line_range_single() {

Callers

nothing calls this directly

Calls 1

parseFunction · 0.50

Tested by

no test coverage detected