Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustOtomeLab/RustEng
/ load_auto
Method
load_auto
src/config/system.rs:44–50 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
42
43
impl Executor {
44
pub(crate) fn load_auto(&mut self) {
45
let weak = self.get_weak();
46
if let Some(window) = weak.upgrade() {
47
window.set_is_wait(USER_CONFIG.is_wait());
48
window.set_delay(USER_CONFIG.delay());
49
}
50
}
51
}
Callers
1
load_data
Function · 0.80
Calls
3
get_weak
Method · 0.80
is_wait
Method · 0.45
delay
Method · 0.45
Tested by
no test coverage detected