MCPcopy
hub / github.com/microfeed/microfeed / get

Method get

ops/lib/utils.js:12–15  ·  view source on GitHub ↗
(key, defaultValue = null)

Source from the content-addressed store, hash-verified

10 }
11
12 get(key, defaultValue = null) {
13 const envDict = this.data[this.currentEnv] || {};
14 return envDict[key] || this.data[key] || defaultValue;
15 }
16
17 flattenVars() {
18 const varDict = {};

Callers 15

flattenVarsMethod · 0.95
constructorMethod · 0.80
_setupCorsRulesMethod · 0.80
setupPublicBucketMethod · 0.80
_getCurrentProjectMethod · 0.80
_createProjectMethod · 0.80
runMethod · 0.80
_updateEnvVarsMethod · 0.80
syncEnvVarsMethod · 0.80
_getCmdMethod · 0.80
publishProjectMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected