src.elv.sh/pkg/cli/histutil.Cursor.Get (method)

14 uses

	src.elv.sh/pkg/cli/histutil (current package)
		dedup_cursor.go#L24: 		cmd, err := c.c.Get()
		dedup_cursor.go#L51: 		return c.c.Get()
		hybrid_store.go#L57: 	if _, err := c.session.Get(); err == ErrEndOfHistory {
		hybrid_store.go#L69: 	if _, err := c.shared.Get(); err == ErrEndOfHistory {
		hybrid_store.go#L77: 		return c.shared.Get()
		hybrid_store.go#L79: 	return c.session.Get()
		store.go#L32: 	Get() (store.Cmd, error)

	src.elv.sh/pkg/cli/mode
		histwalk.go#L39: 	cmd, _ := w.cursor.Get()
		histwalk.go#L69: 	_, err := cursor.Get()
		histwalk.go#L88: 	_, err := w.cursor.Get()
		histwalk.go#L108: 	cmd, _ := w.cursor.Get()
		lastcmd.go#L44: 	cmd, err := c.Get()

	src.elv.sh/pkg/edit
		hist_store.go#L69: 	return c.c.Get()
		store_api.go#L51: 	cmd, err := c.Get()