MCPcopy 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
422func authTokenWriteable(src string) bool {
423 return !strings.HasSuffix(src, "_TOKEN")
424}

Callers 3

StringMethod · 0.85
statusRunFunction · 0.85
buildEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected