Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
23
type
stringSource []string
24
25
func
(ss stringSource) String(i int) string {
26
return
ss[i]
27
}
28
29
func
(ss stringSource) Len() int {
return
len(ss) }
30
Callers
3
getPaddedDisplayStrings
Function · 0.45
FindSubstringsFrom
Function · 0.45
ResolveTemplate
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected