Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
13
package
encoding
14
15
func
onesComplement(b []byte) {
16
for
i :=
range
b {
17
b[i] = ^b[i]
18
}
19
}
Callers
8
EncodeBytesDescending
Function · 0.70
DecodeBytesDescending
Function · 0.70
encodeSmallNumber
Function · 0.70
encodeLargeNumber
Function · 0.70
encodeMediumNumber
Function · 0.70
decodeSmallNumber
Function · 0.70
decodeMediumNumber
Function · 0.70
decodeLargeNumber
Function · 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…