MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / load_extra

Method load_extra

src/config/extra.rs:19–22  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

17
18impl Executor {
19 pub(crate) fn load_extra(&mut self) {
20 let extra_config = load_extra_config();
21 self.set_cg(extra_config.cg());
22 }
23}
24
25fn load_extra_config() -> ExtraConfig {

Callers 1

load_dataFunction · 0.80

Calls 3

load_extra_configFunction · 0.85
set_cgMethod · 0.80
cgMethod · 0.45

Tested by

no test coverage detected