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

Function Plus

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

Source from the content-addressed store, hash-verified

530}
531
532func Plus(lhs, rhs Expression) Expression {
533 return &binaryExpression{
534 lhs: lhs,
535 rhs: rhs,
536 operator: []byte(" + "),
537 }
538}
539
540func Minus(lhs, rhs Expression) Expression {
541 return &binaryExpression{

Callers 1

TestPlusMethod · 0.85

Calls

no outgoing calls

Tested by 1

TestPlusMethod · 0.68