Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/cli/cli
/ authTokenWriteable
Function
authTokenWriteable
pkg/cmd/auth/status/status.go:415–417 ·
view source on GitHub ↗
(src string)
Source
from the content-addressed store, hash-verified
413
}
414
415
func
authTokenWriteable(src string) bool {
416
return
!strings.HasSuffix(src,
"_TOKEN"
)
417
}
Callers
3
String
Method · 0.85
statusRun
Function · 0.85
buildEntry
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected