Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ std_rw_2
Method
std_rw_2
toys/conflict-inter/src/main.rs:24–26 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
22
}
23
24
fn std_rw_2(&self) {
25
*self.rw1.write().unwrap() += 1;
26
}
27
28
fn std_rw_1(&self) {
29
match *self.rw1.read().unwrap() {
Callers
1
std_mutex_1
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected