Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TyphoonMC/TyphoonCore
/ IsMultiple
Method
IsMultiple
command.go:28–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
type
CommandParser
interface
{
27
GetId() string
28
IsMultiple() bool
29
IsValid(string) bool
30
IsArrayValid([]string) bool
31
GetSuggestion() CommandSuggestionType
Callers
2
analyseCommand
Method · 0.65
analyseTabCommand
Method · 0.65
Implementers
5
CommandParserBool
command_parser.go
CommandParserDouble
command_parser.go
CommandParserFloat
command_parser.go
CommandParserInteger
command_parser.go
CommandParserString
command_parser.go
Calls
no outgoing calls
Tested by
no test coverage detected