Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ foo
Method
foo
toys/tikv-wrapper/src/main.rs:17–22 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
15
}
16
}
17
fn foo(&self) {
18
match *self.inner.rl() {
19
1 => *self.inner.wl() += 1,
20
_ => {}
21
};
22
}
23
fn bar(&self) -> i32 {
24
self.data
25
}
Callers
1
main
Function · 0.80
Calls
2
rl
Method · 0.80
wl
Method · 0.80
Tested by
no test coverage detected