Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustOtomeLab/RustEng
/ default
Method
default
src/config/system.rs:14–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
impl Default for AutoConfig {
14
fn default() -> Self {
15
AutoConfig {
16
delay: 3.5,
17
is_wait: true,
18
}
19
}
20
}
21
22
impl AutoConfig {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected