MCPcopy Index your code
hub / github.com/dgraph-io/dgraph / setTs

Method setTs

posting/list.go:122–127  ·  view source on GitHub ↗
(readTs uint64)

Source from the content-addressed store, hash-verified

120}
121
122func (mm *MutableLayer) setTs(readTs uint64) {
123 if mm == nil {
124 return
125 }
126 mm.readTs = readTs
127}
128
129// This function clones an existing mutable layer for the new transactions. This function makes sure we copy the right
130// things from the existing mutable layer for the new list. It basically copies committedEntries using reference and

Callers 11

TestRollupTimestampFunction · 0.80
TestAddMutation_jchiu1Function · 0.80
TestAddMutation_DelSetFunction · 0.80
TestAddMutation_DelReadFunction · 0.80
TestAddMutation_jchiu2Function · 0.80
TestAddMutation_jchiu3Function · 0.80
TestAddMutation_mrjn1Function · 0.80
TestReadSingleValueFunction · 0.80
ReadDataMethod · 0.80
SetTsMethod · 0.80

Calls

no outgoing calls

Tested by 9

TestRollupTimestampFunction · 0.64
TestAddMutation_jchiu1Function · 0.64
TestAddMutation_DelSetFunction · 0.64
TestAddMutation_DelReadFunction · 0.64
TestAddMutation_jchiu2Function · 0.64
TestAddMutation_jchiu3Function · 0.64
TestAddMutation_mrjn1Function · 0.64
TestReadSingleValueFunction · 0.64