MCPcopy Create free account
hub / github.com/ajitpratap0/GoSQLX / Equal

Method Equal

pkg/sql/ast/attached_token.go:108–110  ·  view source on GitHub ↗

Equal implements equality comparison Note: ALL AttachedTokens are equal

(other AttachedToken)

Source from the content-addressed store, hash-verified

106// Equal implements equality comparison
107// Note: ALL AttachedTokens are equal
108func (a AttachedToken) Equal(other AttachedToken) bool {
109 return true
110}
111
112// Compare implements comparison
113// Note: ALL AttachedTokens are equal

Callers 4

TestAttachedToken_EqualFunction · 0.95
TestExtractToolWeightFunction · 0.80
TestBrokenPipeHandlingFunction · 0.80
TestWriteOutputFunction · 0.80

Calls

no outgoing calls

Tested by 4

TestAttachedToken_EqualFunction · 0.76
TestExtractToolWeightFunction · 0.64
TestBrokenPipeHandlingFunction · 0.64
TestWriteOutputFunction · 0.64