MCPcopy Create free account
hub / github.com/CPChain/chain / IsTestnet

Function IsTestnet

configs/run_mode.go:56–58  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

54}
55
56func IsTestnet() bool {
57 return Testnet == runModeValue
58}
59
60func IsTestcase() bool {
61 return Testcase == runModeValue

Callers 1

TestSetRunModeToTestnetFunction · 0.85

Calls

no outgoing calls

Tested by 1

TestSetRunModeToTestnetFunction · 0.68