EntryPage

works.iterative.claude.core.log.model.EntryPage
final case class EntryPage(entries: Seq[ConversationLogEntry], older: Option[PageToken])

A bounded page of a session's main-thread entries.

Value parameters

entries

the page's entries in file order (oldest first), already parsed with the tolerant line parser, so unrecognized vendor lines survive as raw entries and blank or unparseable lines are omitted

older

a cursor to the page immediately before this one, or None when this page reaches the start of the transcript

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