Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeismicSystems/summit
/ overwrite
Method
overwrite
node/src/keys.rs:39–47 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
37
}
38
39
impl KeyFlags {
40
fn overwrite(&self) -> Option<bool> {
41
if self.no_overwrite {
42
return Some(false);
43
}
44
if self.yes_overwrite {
45
return Some(true);
46
}
47
None
48
}
49
}
50
Callers
1
generate_keys
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected