Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
hash
Method · 0.80
eq
Method · 0.80
Calls
1
borrow
Method · 0.80
Tested by
no test coverage detected