MCPcopy Create free account
hub / github.com/cli/cli / authTokenWriteable

Function authTokenWriteable

pkg/cmd/auth/status/status.go:427–429  ·  view source on GitHub ↗
(src string)

Source from the content-addressed store, hash-verified

425}
426
427func authTokenWriteable(src string) bool {
428 return !strings.HasSuffix(src, "_TOKEN")
429}

Callers 3

StringMethod · 0.85
statusRunFunction · 0.85
buildEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected