src.elv.sh/pkg/cli/histutil.hybridStoreCursor.session (field)

6 uses

	src.elv.sh/pkg/cli/histutil (current package)
		hybrid_store.go#L47: 	session   Cursor
		hybrid_store.go#L56: 	c.session.Prev()
		hybrid_store.go#L57: 	if _, err := c.session.Get(); err == ErrEndOfHistory {
		hybrid_store.go#L65: 		c.session.Next()
		hybrid_store.go#L71: 		c.session.Next()
		hybrid_store.go#L79: 	return c.session.Get()