MCPcopy
hub / github.com/jesseduffield/lazygit / String

Method String

pkg/utils/search.go:25–27  ·  view source on GitHub ↗
(i int)

Source from the content-addressed store, hash-verified

23type stringSource []string
24
25func (ss stringSource) String(i int) string {
26 return ss[i]
27}
28
29func (ss stringSource) Len() int { return len(ss) }
30

Callers 3

getPaddedDisplayStringsFunction · 0.45
FindSubstringsFromFunction · 0.45
ResolveTemplateFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected