MCPcopy Index your code
hub / github.com/felixge/httpsnoop / fieldName

Function fieldName

codegen/main.go:345–350  ·  view source on GitHub ↗
(s string)

Source from the content-addressed store, hash-verified

343}
344
345func fieldName(s string) string {
346 if s == "" {
347 return s
348 }
349 return strings.ToLower(s[:1]) + s[1:]
350}
351
352type Generator struct {
353 buf bytes.Buffer

Callers 1

ImplementationMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…