Tail

works.iterative.claude.core.log.BackwardLineReader.Tail
final case class Tail(lines: Vector[String], older: Option[Long])

A page of trailing lines.

Value parameters

lines

the complete lines nearest the region end, in file order (oldest first), each without its terminating newline or a trailing \r

older

the byte offset at which the oldest returned line starts, when older lines remain before it; None when the oldest line starts at byte 0 or no line was returned. Feed it back as the next call's regionEnd.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product