MCPcopy Create free account
hub / github.com/altsem/gitu / ParsedRange

Interface ParsedRange

src/gitu_diff.rs:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14};
15
16trait ParsedRange {
17 fn range(&self) -> &Range<usize>;
18}
19
20impl ParsedRange for Range<usize> {
21 fn range(&self) -> &Range<usize> {

Callers

nothing calls this directly

Implementers 1

gitu_diff.rssrc/gitu_diff.rs

Calls

no outgoing calls

Tested by

no test coverage detected