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

Function BitAnd

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

Source from the content-addressed store, hash-verified

514}
515
516func BitAnd(lhs, rhs Expression) Expression {
517 return &binaryExpression{
518 lhs: lhs,
519 rhs: rhs,
520 operator: []byte(" & "),
521 }
522}
523
524func BitXor(lhs, rhs Expression) Expression {
525 return &binaryExpression{

Callers 1

TestBitwiseAndMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestBitwiseAndMethod · 0.68