Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustOtomeLab/RustEng
/ is_wait
Method
is_wait
src/config/system.rs:27–29 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
25
}
26
27
pub(crate) fn is_wait(&self) -> bool {
28
self.is_wait
29
}
30
31
pub(crate) fn from_weak(weak: Weak<MainWindow>) -> Self {
32
if let Some(window) = weak.upgrade() {
Callers
1
load_auto
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected