Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/encounter/objdiff
/ wake_by_ref
Method
wake_by_ref
objdiff-cli/src/cmd/diff.rs:352–352 ·
view source on GitHub ↗
(self: &Arc<Self>)
Source
from the content-addressed store, hash-verified
350
fn wake(self: Arc<Self>) { self.0.store(true, Ordering::Relaxed); }
351
352
fn wake_by_ref(self: &Arc<Self>) { self.0.store(true, Ordering::Relaxed); }
353
}
354
355
fn run_interactive(
Callers
1
update_status
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected