Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
workspace
Method · 0.95
set
Method · 0.95
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
run
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected