Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deviceplug/btleplug
/ wake_by_ref
Method
wake_by_ref
src/droidplug/jni_utils/mod.rs:77–79 ·
view source on GitHub ↗
(self: &Arc<Self>)
Source
from the content-addressed store, hash-verified
75
}
76
77
fn wake_by_ref(self: &Arc<Self>) {
78
self.set_value(true);
79
}
80
}
81
82
pub fn test_waker(data: &Arc<TestWakerData>) -> Waker {
Callers
nothing calls this directly
Calls
1
set_value
Method · 0.80
Tested by
no test coverage detected