Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeSentryAI/lockbud
/ wl
Method
wl
toys/tikv-wrapper/src/util.rs:9–11 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
7
8
impl<T> HandyRwLock<T> for RwLock<T> {
9
fn wl(&self) -> RwLockWriteGuard<'_, T> {
10
self.write().unwrap()
11
}
12
13
fn rl(&self) -> RwLockReadGuard<'_, T> {
14
self.read().unwrap()
Callers
1
foo
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected