Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ IsMainnet
Function
IsMainnet
configs/run_mode.go:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
}
47
48
func
IsMainnet() bool {
49
return
Mainnet == runModeValue
50
}
51
52
func
IsTestMainnet() bool {
53
return
TestMainnet == runModeValue
Callers
1
TestSetRunModeToProd
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestSetRunModeToProd
Function · 0.68