MCPcopy Create free account
hub / github.com/auxten/postgresql-parser / onesComplement

Function onesComplement

pkg/util/encoding/complement_safe.go:15–19  ·  view source on GitHub ↗
(b []byte)

Source from the content-addressed store, hash-verified

13package encoding
14
15func onesComplement(b []byte) {
16 for i := range b {
17 b[i] = ^b[i]
18 }
19}

Callers 8

EncodeBytesDescendingFunction · 0.70
DecodeBytesDescendingFunction · 0.70
encodeSmallNumberFunction · 0.70
encodeLargeNumberFunction · 0.70
encodeMediumNumberFunction · 0.70
decodeSmallNumberFunction · 0.70
decodeMediumNumberFunction · 0.70
decodeLargeNumberFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…