Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/CodebuffAI/codebuff
/ getCredentialsPath
Function
getCredentialsPath
cli/src/utils/auth.ts:48–50 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
46
47
// Get the credentials file path
48
export
const
getCredentialsPath = (): string => {
49
return
path.join(getConfigDir(),
'credentials.json'
)
50
}
51
52
/**
53
* Parse user from JSON string
Callers
4
getUserCredentials
Function · 0.70
readCredentialsFile
Function · 0.70
saveUserCredentials
Function · 0.70
clearUserCredentials
Function · 0.70
Calls
1
getConfigDir
Function · 0.70
Tested by
no test coverage detected