Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ChainSafe/Delorean-Protocol
/ network
Method
network
ipc/cli/src/lib.rs:63–65 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
61
}
62
63
pub fn network(&self) -> Network {
64
self.__network.unwrap_or(self._network)
65
}
66
}
67
68
/// Parse the FVM network and set the global value.
Callers
1
cli
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected