Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/coder/coder
/ prefix1
Function
prefix1
agent/filefinder/text.go:114–119 ·
view source on GitHub ↗
(name []byte)
Source
from the content-addressed store, hash-verified
112
}
113
114
func
prefix1(name []byte) byte {
115
if
len(name) == 0 {
116
return
0
117
}
118
return
toLowerASCII(name[0])
119
}
120
121
func
prefix2(name []byte) uint16 {
122
if
len(name) == 0 {
Callers
3
searchShort
Function · 0.85
searchFuzzyFallback
Function · 0.85
Add
Method · 0.85
Calls
1
toLowerASCII
Function · 0.85
Tested by
no test coverage detected