MCPcopy Create free account
hub / github.com/GongShichen/LuminaCode / toolNames

Function toolNames

test/tools_parity_test.go:1074–1080  ·  view source on GitHub ↗
(tools []coretools.Tool)

Source from the content-addressed store, hash-verified

1072}
1073
1074func toolNames(tools []coretools.Tool) []string {
1075 names := make([]string, 0, len(tools))
1076 for _, tool := range tools {
1077 names = append(names, tool.Name())
1078 }
1079 return names
1080}
1081
1082func mustResolvePath(t *testing.T, path string) string {
1083 t.Helper()

Calls 1

NameMethod · 0.65

Tested by

no test coverage detected