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

Class Foo

toys/tikv-wrapper/src/main.rs:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3use util::HandyRwLock;
4
5struct Foo {
6 inner: Arc::<RwLock<i32>>,
7 data: i32,
8}
9
10impl Foo {
11 fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected