Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Chat2AnyLLM/code-agent-manager
/ kindName
Function
kindName
internal/sidecar/metadata_handler_test.go:48–48 ·
view source on GitHub ↗
(kind string, i int)
Source
from the content-addressed store, hash-verified
46
}
47
48
func
kindName(kind string, i int) string {
return
kind +
"-seed-"
+ itoa(i) }
49
50
func
itoa(i int) string {
51
if
i == 0 {
Callers
1
seedMetadata
Function · 0.85
Calls
1
itoa
Function · 0.85
Tested by
no test coverage detected