src.elv.sh/pkg/edit.histStore.m (field)

10 uses

	src.elv.sh/pkg/edit (current package)
		hist_store.go#L13: 	m  sync.Mutex
		hist_store.go#L24: 	s.m.Lock()
		hist_store.go#L25: 	defer s.m.Unlock()
		hist_store.go#L30: 	s.m.Lock()
		hist_store.go#L31: 	defer s.m.Unlock()
		hist_store.go#L36: 	s.m.Lock()
		hist_store.go#L37: 	defer s.m.Unlock()
		hist_store.go#L38: 	return cursor{&s.m, histutil.NewDedupCursor(s.hs.Cursor(prefix))}
		hist_store.go#L42: 	s.m.Lock()
		hist_store.go#L43: 	defer s.m.Unlock()