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

Method Names

cli/commands.go:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15func (s SlashCommandSpec) Names() []string {
16 names := make([]string, 0, 1+len(s.Aliases))
17 names = append(names, s.Primary)
18 names = append(names, s.Aliases...)
19 return names
20}
21
22func (s SlashCommandSpec) HelpLabel() string {
23 names := s.Names()

Callers 2

HelpLabelMethod · 0.95
buildBuiltinCommandsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected