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

Function NewViLocalCache

posting/lists.go:127–129  ·  view source on GitHub ↗
(delegate *LocalCache)

Source from the content-addressed store, hash-verified

125}
126
127func NewViLocalCache(delegate *LocalCache) *viLocalCache {
128 return &viLocalCache{delegate: delegate}
129}
130
131// NewLocalCache returns a new LocalCache instance.
132func NewLocalCache(startTs uint64) *LocalCache {

Callers 1

handleValuePostingsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected