Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/netbirdio/netbird
/ testObject
Struct
testObject
management/server/util/util_test.go:9–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
7
)
8
9
type
testObject
struct
{
10
value int
11
}
12
13
func
(t testObject) Equal(other testObject) bool {
14
return
t.value == other.value
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected