MCPcopy Create free account
hub / github.com/PerpetualSoftware/pad / credentialsPath

Function credentialsPath

internal/cli/credentials.go:83–85  ·  view source on GitHub ↗

credentialsPath is retained for internal call sites.

()

Source from the content-addressed store, hash-verified

81
82// credentialsPath is retained for internal call sites.
83func credentialsPath() (string, error) {
84 return CredentialsPath()
85}
86
87// LoadStore reads the credentials file and returns a usable
88// CredentialStore. Returns an empty (but non-nil) store if the file

Callers 3

LoadStoreFunction · 0.85
SaveMethod · 0.85
WipeCredentialsFileFunction · 0.85

Calls 1

CredentialsPathFunction · 0.85

Tested by

no test coverage detected