Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CPChain/chain
/ TestString
Function
TestString
configs/run_mode_test.go:48–51 ·
view source on GitHub ↗
(t *testing.T)
Source
from the content-addressed store, hash-verified
46
}
47
48
func
TestString(t *testing.T) {
49
SetRunMode(Testnet)
50
assert.Equal(t,
"testnet"
, runModeValue.String())
51
}
Callers
nothing calls this directly
Calls
3
SetRunMode
Function · 0.70
Equal
Method · 0.65
String
Method · 0.45
Tested by
no test coverage detected