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

Method GetUids

posting/lists.go:393–395  ·  view source on GitHub ↗
(key []byte)

Source from the content-addressed store, hash-verified

391}
392
393func (lc *LocalCache) GetUids(key []byte) (*List, error) {
394 return lc.getInternal(key, true, true)
395}
396
397// GetFromDelta gets the cached version of the list without reading from disk
398// and only applies the existing deltas. This is used in situations where the

Callers

nothing calls this directly

Calls 1

getInternalMethod · 0.95

Tested by

no test coverage detected