MCPcopy Create free account
hub / github.com/LEXUGE/dcompass / b

Method b

droute/src/cache.rs:73–75  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

71 self.0.borrow()
72 }
73 fn b(&self) -> &B {
74 self.1.borrow()
75 }
76}
77
78#[derive(Clone)]

Callers 2

hashMethod · 0.80
eqMethod · 0.80

Calls 1

borrowMethod · 0.80

Tested by

no test coverage detected