Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cli/cli
/ authTokenWriteable
Function
authTokenWriteable
pkg/cmd/auth/status/status.go:422–424 ·
view source on GitHub ↗
(src string)
Source
from the content-addressed store, hash-verified
420
}
421
422
func
authTokenWriteable(src string) bool {
423
return
!strings.HasSuffix(src,
"_TOKEN"
)
424
}
Callers
3
String
Method · 0.85
statusRun
Function · 0.85
buildEntry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected