MCPcopy Create free account
hub / github.com/ZeppelinMC/Zeppelin / Arguments

TypeAlias Arguments

server/command/command.go:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17type Arguments []string
18
19func (a Arguments) At(i int) string {
20 if i < 0 || len(a) <= i {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected