MCPcopy 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
43impl 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_dataFunction · 0.80

Calls 3

get_weakMethod · 0.80
is_waitMethod · 0.45
delayMethod · 0.45

Tested by

no test coverage detected