Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ Foo
Class
Foo
toys/conflict-inter/src/main.rs:4–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
use std::thread;
3
4
struct Foo {
5
mu1: sync::Arc<sync::Mutex<i32>>,
6
rw1: sync::RwLock<i32>,
7
}
8
9
impl Foo {
10
fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected