MCPcopy 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

2use std::thread;
3
4struct Foo {
5 mu1: sync::Arc<sync::Mutex<i32>>,
6 rw1: sync::RwLock<i32>,
7}
8
9impl Foo {
10 fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected