MCPcopy Create free account
hub / github.com/LissaGreense/GO4SQL / xor

Function xor

engine/engine.go:654–656  ·  view source on GitHub ↗
(fulfilledFilters bool, negation bool)

Source from the content-addressed store, hash-verified

652}
653
654func xor(fulfilledFilters bool, negation bool) bool {
655 return (fulfilledFilters || negation) && !(fulfilledFilters && negation)
656}
657
658func getCopyOfTableWithoutRows(table *Table) *Table {
659 filteredTable := &Table{Columns: []*Column{}}

Callers 1

getFilteredTableMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected