Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ default
Method
default
ipc/wallet/src/evm/persistent.rs:215–219 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
213
214
impl Default for Key {
215
fn default() -> Self {
216
Self {
217
data: String::from(
"default-key"
),
218
}
219
}
220
}
221
222
impl Display for Key {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected