MCPcopy Create free account
hub / github.com/dgraph-io/dgraph / match32MSB

Function match32MSB

codec/codec.go:469–471  ·  view source on GitHub ↗
(num1, num2 uint64)

Source from the content-addressed store, hash-verified

467}
468
469func match32MSB(num1, num2 uint64) bool {
470 return (num1 & bitMask) == (num2 & bitMask)
471}
472
473// CopyUidPack creates a copy of the given UidPack.
474func CopyUidPack(pack *pb.UidPack) *pb.UidPack {

Callers 1

AddMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…