Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emwalker/digraph
/ none
Function
none
backend/src/types.rs:562–565 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
560
561
#[test]
562
fn none() {
563
let id = TimerangePrefix::new(None, None);
564
assert_eq!(id.format(
"a"
),
"a"
);
565
}
566
567
#[test]
568
fn prefix_none() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected