MCPcopy Create free account
hub / github.com/cockroachdb/apd / SystemOverflow

Method SystemOverflow

condition.go:63–63  ·  view source on GitHub ↗

SystemOverflow returns true if the SystemOverflow flag is set.

()

Source from the content-addressed store, hash-verified

61
62// SystemOverflow returns true if the SystemOverflow flag is set.
63func (r Condition) SystemOverflow() bool { return r&SystemOverflow != 0 }
64
65// SystemUnderflow returns true if the SystemUnderflow flag is set.
66func (r Condition) SystemUnderflow() bool { return r&SystemUnderflow != 0 }

Callers 1

negateOverflowFlagsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected