MCPcopy
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

runMethod · 0.80
setAccessTokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected