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

Function BitOr

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

Source from the content-addressed store, hash-verified

506}
507
508func BitOr(lhs, rhs Expression) Expression {
509 return &binaryExpression{
510 lhs: lhs,
511 rhs: rhs,
512 operator: []byte(" | "),
513 }
514}
515
516func BitAnd(lhs, rhs Expression) Expression {
517 return &binaryExpression{

Callers 1

TestBitwiseOrMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestBitwiseOrMethod · 0.68