Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ spin_rwlock_write_2
Method
spin_rwlock_write_2
toys/inter/src/main.rs:124–126 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
122
}
123
124
fn spin_rwlock_write_2(&self) {
125
*self.rw3.write() += 1;
126
}
127
}
128
129
fn main() {
Callers
3
spin_rwlock_read_1
Method · 0.80
spin_rwlock_write_1
Method · 0.80
main
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected