Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
impl 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
25
fn load_extra_config() -> ExtraConfig {
Callers
1
load_data
Function · 0.80
Calls
3
load_extra_config
Function · 0.85
set_cg
Method · 0.80
cg
Method · 0.45
Tested by
no test coverage detected