MCPcopy Index your code
hub / github.com/encounter/objdiff / set_base_obj_dir

Method set_base_obj_dir

objdiff-gui/src/app.rs:298–305  ·  view source on GitHub ↗
(&mut self, path: Utf8PlatformPathBuf)

Source from the content-addressed store, hash-verified

296 }
297
298 pub fn set_base_obj_dir(&mut self, path: Utf8PlatformPathBuf) {
299 self.config.base_obj_dir = Some(path);
300 self.config.selected_obj = None;
301 self.obj_change = true;
302 self.queue_build = false;
303 self.selecting_left = None;
304 self.selecting_right = None;
305 }
306
307 pub fn set_selected_obj(&mut self, config: ObjectConfig) {
308 let mut unit_changed = true;

Callers 1

pre_updateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected