MCPcopy
hub / github.com/pingcap/tidb / IsEmpty

Method IsEmpty

pkg/tablecodec/tablecodec.go:1339–1341  ·  view source on GitHub ↗

IsEmpty checks whether the value is empty.

()

Source from the content-addressed store, hash-verified

1337
1338// IsEmpty checks whether the value is empty.
1339func (v TempIndexValue) IsEmpty() bool {
1340 return len(v) == 0
1341}
1342
1343// Current returns the current latest temp index value.
1344func (v TempIndexValue) Current() *TempIndexValueElem {

Callers 2

createMethod · 0.95
checkHandleConsistencyFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected