MCPcopy
hub / github.com/lindb/lindb / exceptIntValue

Function exceptIntValue

pkg/encoding/xor_test.go:55–58  ·  view source on GitHub ↗
(d *XORDecoder, t *testing.T, except uint64)

Source from the content-addressed store, hash-verified

53}
54
55func exceptIntValue(d *XORDecoder, t *testing.T, except uint64) {
56 assert.True(t, d.Next())
57 assert.Equal(t, except, d.Value())
58}

Callers 1

TestWriteFunction · 0.85

Calls 2

NextMethod · 0.65
ValueMethod · 0.65

Tested by

no test coverage detected