MCPcopy
hub / github.com/grafana/tempo / ReadAt

Method ReadAt

tempodb/encoding/vparquet3/readers_test.go:25–25  ·  view source on GitHub ↗
(p []byte, off int64)

Source from the content-addressed store, hash-verified

23}
24
25func (d *dummyReader) ReadAt(p []byte, off int64) (int, error) { return d.r.ReadAt(p, off) }
26
27func (d *dummyReader) SetFooterSection(_, _ int64) { d.footer = true }
28func (d *dummyReader) SetColumnIndexSection(_, _ int64) { d.columnIndex = true }

Callers

nothing calls this directly

Calls 1

ReadAtMethod · 0.65

Tested by

no test coverage detected