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

Method Names

codegen/main.go:328–334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

326}
327
328func (fa FuncArgs) Names() string {
329 args := make([]string, len(fa))
330 for i, a := range fa {
331 args[i] = a.Name
332 }
333 return strings.Join(args, ", ")
334}
335
336type FuncArg struct {
337 Name string

Callers 1

ImplementationMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected