Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/caprover/caprover
/ getApiKey
Method
getApiKey
src/datastore/ProDataStore.ts:34–39 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
32
}
33
34
getApiKey() {
35
const
self = this
36
return
Promise.resolve().then(
function
() {
37
return
`${self.data.get(getDataKey(PRO_API_KEY)) ||
''
}`
38
})
39
}
40
41
getInstallationId() {
42
const
self = this
Callers
2
getHeaders
Method · 0.80
getState
Method · 0.80
Calls
2
getDataKey
Function · 0.85
get
Method · 0.45
Tested by
no test coverage detected