Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
use util::HandyRwLock;
4
5
struct Foo {
6
inner: Arc::<RwLock<i32>>,
7
data: i32,
8
}
9
10
impl Foo {
11
fn new() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected