MCPcopy
hub / github.com/gogf/gf / Equal

Method Equal

errors/gerror/gerror.go:21–21  ·  view source on GitHub ↗
(target error)

Source from the content-addressed store, hash-verified

19type IEqual interface {
20 error
21 Equal(target error) bool
22}
23
24// ICode is the interface for Code feature.

Callers 15

EqualMethod · 0.65
EqualMethod · 0.65
TestTSet_EqualFunction · 0.65
EqualMethod · 0.65
ExampleStrSet_EqualFunction · 0.65
ExampleIntSet_EqualFunction · 0.65
Test_Set1Function · 0.65
Test_Set3Function · 0.65

Implementers 6

Setcontainer/gset/gset_any_set.go
IntSetcontainer/gset/gset_int_set.go
StrSetcontainer/gset/gset_str_set.go
Timeos/gtime/gtime_time.go
Errorerrors/gerror/gerror_error.go
customEqualErrorerrors/gerror/gerror_z_unit_test.go

Calls

no outgoing calls

Tested by 15

TestTSet_EqualFunction · 0.52
ExampleStrSet_EqualFunction · 0.52
ExampleIntSet_EqualFunction · 0.52
Test_Set1Function · 0.52
Test_Set3Function · 0.52
Test_Set4Function · 0.52
Test_Set5Function · 0.52
Test_Set6Function · 0.52