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

Method a

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

Source from the content-addressed store, hash-verified

68 D: Borrow<B>,
69{
70 fn a(&self) -> &A {
71 self.0.borrow()
72 }
73 fn b(&self) -> &B {
74 self.1.borrow()
75 }

Callers 2

hashMethod · 0.80
eqMethod · 0.80

Calls 1

borrowMethod · 0.80

Tested by

no test coverage detected