type src.elv.sh/pkg/edit.histStore
9 uses
src.elv.sh/pkg/edit (current package)
hist_store.go#L12: type histStore struct {
hist_store.go#L18: func newHistStore(db store.Store) (*histStore, error) {
hist_store.go#L20: return &histStore{db: db, hs: hs}, err
hist_store.go#L23: func (s *histStore) AddCmd(cmd store.Cmd) (int, error) {
hist_store.go#L29: func (s *histStore) AllCmds() ([]store.Cmd, error) {
hist_store.go#L35: func (s *histStore) Cursor(prefix string) histutil.Cursor {
hist_store.go#L41: func (s *histStore) FastForward() error {
histwalk.go#L39: func initHistWalk(ed *Editor, ev *eval.Evaler, hs *histStore, nb eval.NsBuilder) {
histwalk.go#L67: func histwalkStart(app cli.App, hs *histStore, bindings tk.Bindings) error {