Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoEdgeLab/EdgeNode
/ RandIP
Function
RandIP
internal/utils/testutils/utils.go:22–24 ·
view source on GitHub ↗
RandIP 生成一个随机IP用于测试
()
Source
from the content-addressed store, hash-verified
20
21
// RandIP 生成一个随机IP用于测试
22
func
RandIP() string {
23
return
fmt.Sprintf(
"%d.%d.%d.%d"
, rand.Int()%255, rand.Int()%255, rand.Int()%255, rand.Int()%255)
24
}
Callers
7
TestKVIPList_AddItems_Many
Function · 0.92
TestNewIPList_Memory
Function · 0.92
BenchmarkIPList_Contains
Function · 0.92
LocalAddr
Method · 0.92
RemoteAddr
Method · 0.92
TestDAUManager_AddIP_Many
Function · 0.92
BenchmarkDAUManager_AddIP_Cache
Function · 0.92
Calls
no outgoing calls
Tested by
7
TestKVIPList_AddItems_Many
Function · 0.74
TestNewIPList_Memory
Function · 0.74
BenchmarkIPList_Contains
Function · 0.74
LocalAddr
Method · 0.74
RemoteAddr
Method · 0.74
TestDAUManager_AddIP_Many
Function · 0.74
BenchmarkDAUManager_AddIP_Cache
Function · 0.74