Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/acode/cli
/ unset
Method
unset
cli/config.js:115–117 ·
view source on GitHub ↗
(key)
Source
from the content-addressed store, hash-verified
113
}
114
115
unset (key) {
116
return
delete this.data[key];
117
}
118
119
save (key, value, log) {
120
this.set(key, value, log);
Callers
2
run
Method · 0.80
setAccessToken
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected