Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
func
IsTestnet() bool {
57
return
Testnet == runModeValue
58
}
59
60
func
IsTestcase() bool {
61
return
Testcase == runModeValue
Callers
1
TestSetRunModeToTestnet
Function · 0.85
Calls
no outgoing calls
Tested by
1
TestSetRunModeToTestnet
Function · 0.68