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

Callers 3

StringMethod · 0.85
statusRunFunction · 0.85
buildEntryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected