Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
328
func
(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
336
type
FuncArg
struct
{
337
Name string
Callers
1
Implementation
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected