MCPcopy
hub / github.com/dgraph-io/dgraph / decodeIndex

Function decodeIndex

edgraph/server.go:2527–2531  ·  view source on GitHub ↗
(pair uint64)

Source from the content-addressed store, hash-verified

2525}
2526
2527func decodeIndex(pair uint64) (uint32, uint32) {
2528 k1 := uint32(pair >> 32)
2529 k2 := uint32(pair) & 0xFFFFFFFF
2530 return k1, k2
2531}
2532
2533func parseSubject(predSubject string) (uint64, error) {
2534 if strings.HasPrefix(predSubject, "_:") {

Callers 3

verifyUniqueFunction · 0.85
isSwapFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected