MCPcopy
hub / github.com/dropbox/godropbox / BitXor

Function BitXor

database/sqlbuilder/expression.go:524–530  ·  view source on GitHub ↗
(lhs, rhs Expression)

Source from the content-addressed store, hash-verified

522}
523
524func BitXor(lhs, rhs Expression) Expression {
525 return &binaryExpression{
526 lhs: lhs,
527 rhs: rhs,
528 operator: []byte(" ^ "),
529 }
530}
531
532func Plus(lhs, rhs Expression) Expression {
533 return &binaryExpression{

Callers 1

TestBitwiseXorMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestBitwiseXorMethod · 0.68