Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
648
func
(t *token) String() string {
649
if
t == nil {
650
return
""
651
}
652
return
string(*t)
653
}
654
655
func
(tl *tokenList) current() *token {
656
if
len(tl.tokens) > 0 {
Callers
7
parseArgv
Function · 0.45
parseAtom
Function · 0.45
parseLong
Function · 0.45
parseShorts
Function · 0.45
String
Method · 0.45
unique
Method · 0.45
parseOutput
Function · 0.45
Calls
no outgoing calls
Tested by
1
parseOutput
Function · 0.36