MCPcopy
hub / github.com/acode/cli / save

Method save

cli/config.js:119–122  ·  view source on GitHub ↗
(key, value, log)

Source from the content-addressed store, hash-verified

117 }
118
119 save (key, value, log) {
120 this.set(key, value, log);
121 return this.write()[key];
122 }
123
124}
125

Callers 2

setAccessTokenMethod · 0.80
runMethod · 0.80

Calls 2

setMethod · 0.95
writeMethod · 0.95

Tested by

no test coverage detected