MCPcopy
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

getHeadersMethod · 0.80
getStateMethod · 0.80

Calls 2

getDataKeyFunction · 0.85
getMethod · 0.45

Tested by

no test coverage detected