Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
ui
Function · 0.80
Calls
2
save_user_config
Function · 0.85
get_weak
Method · 0.80
Tested by
no test coverage detected