MCPcopy Create free account
hub / github.com/docopt/docopt.go / String

Method String

docopt.go:648–653  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

646 return isStringUppercase(string(*t))
647}
648func (t *token) String() string {
649 if t == nil {
650 return ""
651 }
652 return string(*t)
653}
654
655func (tl *tokenList) current() *token {
656 if len(tl.tokens) > 0 {

Callers 7

parseArgvFunction · 0.45
parseAtomFunction · 0.45
parseLongFunction · 0.45
parseShortsFunction · 0.45
StringMethod · 0.45
uniqueMethod · 0.45
parseOutputFunction · 0.45

Calls

no outgoing calls

Tested by 1

parseOutputFunction · 0.36