Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ IsDev
Function
IsDev
configs/run_mode.go:44–46 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
42
}
43
44
func
IsDev() bool {
45
return
Dev == runModeValue
46
}
47
48
func
IsMainnet() bool {
49
return
Mainnet == runModeValue
Callers
2
TestSetRunModeToDev
Function · 0.85
TestSetRunModeToNil
Function · 0.85
Calls
no outgoing calls
Tested by
2
TestSetRunModeToDev
Function · 0.68
TestSetRunModeToNil
Function · 0.68