MCPcopy
hub / github.com/safing/portmaster / Equal

Method Equal

service/netquery/orm/decoder_test.go:92–98  ·  view source on GitHub ↗
(other interface{})

Source from the content-addressed store, hash-verified

90}
91
92func (etn *exampleTimeNano) Equal(other interface{}) bool {
93 oetn, ok := other.(*exampleTimeNano)
94 if !ok {
95 return false
96 }
97 return etn.T.Equal(oetn.T)
98}
99
100func TestDecoder(t *testing.T) { //nolint:maintidx,tparallel
101 t.Parallel()

Callers 15

findConflictingProcessFunction · 0.45
startFunction · 0.45
GetMulticastRequestConnFunction · 0.45
GatherConnectionInfoMethod · 0.45
existsMethod · 0.45
existsMethod · 0.45
updateTablesMethod · 0.45
findTCPSocketFunction · 0.45
findUDPSocketFunction · 0.45
updateTablesMethod · 0.45
GetIPScopeFunction · 0.45
TestUnmarshalQueryFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected