MCPcopy 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
48func kindName(kind string, i int) string { return kind + "-seed-" + itoa(i) }
49
50func itoa(i int) string {
51 if i == 0 {

Callers 1

seedMetadataFunction · 0.85

Calls 1

itoaFunction · 0.85

Tested by

no test coverage detected