MCPcopy 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
44func IsDev() bool {
45 return Dev == runModeValue
46}
47
48func IsMainnet() bool {
49 return Mainnet == runModeValue

Callers 2

TestSetRunModeToDevFunction · 0.85
TestSetRunModeToNilFunction · 0.85

Calls

no outgoing calls

Tested by 2

TestSetRunModeToDevFunction · 0.68
TestSetRunModeToNilFunction · 0.68