MCPcopy Index your code
hub / github.com/acode/cli / get

Method get

cli/config.js:102–104  ·  view source on GitHub ↗
(key, defaultValue)

Source from the content-addressed store, hash-verified

100 }
101
102 get (key, defaultValue) {
103 return key in this.data ? this.data[key] : defaultValue;
104 }
105
106 set (key, value, log) {
107 let oldValue = this.get(key);

Callers 15

workspaceMethod · 0.95
setMethod · 0.95
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected