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

Method Update

posting/oracle.go:188–190  ·  view source on GitHub ↗

Update calls UpdateDeltasAndDiscardLists on the local cache.

()

Source from the content-addressed store, hash-verified

186
187// Update calls UpdateDeltasAndDiscardLists on the local cache.
188func (txn *Txn) Update() {
189 txn.cache.UpdateDeltasAndDiscardLists()
190}
191
192// Store is used by tests.
193func (txn *Txn) Store(pl *List) *List {

Callers 6

RunWithoutTempMethod · 0.95
FillContextMethod · 0.95
refreshAclCacheFunction · 0.45
RunMethod · 0.45
BenchmarkTestCacheFunction · 0.45
addMutationFunction · 0.45

Calls 1

Tested by 2

BenchmarkTestCacheFunction · 0.36
addMutationFunction · 0.36