Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
16
trait ParsedRange {
17
fn range(&self) -> &Range<usize>;
18
}
19
20
impl ParsedRange for Range<usize> {
21
fn range(&self) -> &Range<usize> {
Callers
nothing calls this directly
Implementers
1
gitu_diff.rs
src/gitu_diff.rs
Calls
no outgoing calls
Tested by
no test coverage detected