Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/perkeep/perkeep
/ upperFirst
Function
upperFirst
internal/osutil/paths.go:96–98 ·
view source on GitHub ↗
(s string)
Source
from the content-addressed store, hash-verified
94
}
95
96
func
upperFirst(s string) string {
97
return
strings.ToUpper(s[:1]) + s[1:]
98
}
99
100
func
CamliVarDir() (string, error) {
101
oldName := camliVarDirOf(
"camlistore"
)
Callers
2
camliVarDirOf
Function · 0.85
configDirNamed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected