MCPcopy Create free account
hub / github.com/wavetermdev/waveterm / ReadLineData

Method ReadLineData

pkg/util/logview/logview.go:39–41  ·  view source on GitHub ↗
(linePtr *LinePtr)

Source from the content-addressed store, hash-verified

37}
38
39func (lv *LogView) ReadLineData(linePtr *LinePtr) ([]byte, error) {
40 return lv.readLineAt(linePtr.Offset)
41}
42
43func (lv *LogView) readLineAt(offset int64) ([]byte, error) {
44 var rtn []byte

Callers

nothing calls this directly

Calls 1

readLineAtMethod · 0.95

Tested by

no test coverage detected