MCPcopy 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
114func prefix1(name []byte) byte {
115 if len(name) == 0 {
116 return 0
117 }
118 return toLowerASCII(name[0])
119}
120
121func prefix2(name []byte) uint16 {
122 if len(name) == 0 {

Callers 3

searchShortFunction · 0.85
searchFuzzyFallbackFunction · 0.85
AddMethod · 0.85

Calls 1

toLowerASCIIFunction · 0.85

Tested by

no test coverage detected