type src.elv.sh/pkg/edit.complexItem
14 uses
src.elv.sh/pkg/edit (current package)
complete_getopt.go#L115: c := complexItem{Stem: "-" + string(opt.Short)}
complete_getopt.go#L126: c := complexItem{Stem: "--" + opt.Long}
completion.go#L95: func complexCandidate(fm *eval.Frame, opts complexCandidateOpts, stem string) complexItem {
completion.go#L100: return complexItem{
completion.go#L261: type complexItem complete.ComplexItem
completion.go#L263: func (c complexItem) Index(k interface{}) (interface{}, bool) {
completion.go#L275: func (c complexItem) IterateKeys(f func(interface{}) bool) {
completion.go#L279: func (c complexItem) Kind() string { return "map" }
completion.go#L281: func (c complexItem) Equal(a interface{}) bool {
completion.go#L282: rhs, ok := a.(complexItem)
completion.go#L287: func (c complexItem) Hash() uint32 {
completion.go#L295: func (c complexItem) Repr(indent int) string {
completion.go#L315: ch <- complexItem(rawItem)
completion.go#L463: case complexItem:
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)