MCPcopy
hub / github.com/peco/peco / Len

Method Len

peco.go:170–172  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168}
169
170func (is Inputseq) Len() int {
171 return len(is)
172}
173
174func (is *Inputseq) Reset() {
175 *is = []string(nil)

Calls

no outgoing calls