MCPcopy Create free account
hub / github.com/CodeSentryAI/lockbud / std_rwlock_read_2

Method std_rwlock_read_2

toys/inter/src/main.rs:50–52  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

48 }
49
50 fn std_rwlock_read_2(&self) {
51 let _ = *self.rw1.read().unwrap();
52 }
53
54 fn std_rwlock_write_2(&self) {
55 *self.rw1.write().unwrap() += 1;

Callers 2

std_rwlock_read_1Method · 0.80
std_rwlock_write_1Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected