MCPcopy Index your code
hub / github.com/RustOtomeLab/RustEng / execute_save_config

Method execute_save_config

src/executors/executor.rs:269–274  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

267 } else {
268 i += 1;
269 ex_items.push(ExItem::default())
270 }
271 }
272
273 if let Some(window) = self.weak.upgrade() {
274 window.set_ex_items(ex_items.into());
275 }
276
277 Ok(())

Callers 1

uiFunction · 0.80

Calls 2

save_user_configFunction · 0.85
get_weakMethod · 0.80

Tested by

no test coverage detected