MCPcopy Create free account
hub / github.com/SingleRust/SingleRust / is_relative

Method is_relative

src/shared/mod.rs:70–76  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

68 }
69
70 pub fn is_relative(&self) -> bool {
71 match self {
72 Self::Absolute(_) => false,
73 Self::Relative(_) => true,
74 Self::None => false,
75 }
76 }
77
78 pub fn is_none(&self) -> bool {
79 match self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected