MCPcopy
hub / github.com/xcanwin/KeepChatGPT / add

Method add

KeepChatGPT.user.js:350–352  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

348 }
349
350 async add(item) {
351 return await this.operate("add", item);
352 }
353
354 async put(item) {
355 return await this.operate("put", item);

Callers 11

operateMethod · 0.80
ncheckboxFunction · 0.80
loadMenuFunction · 0.80
setToggleCheckedFunction · 0.80
setUserOptionsFunction · 0.80
toggleMenuFunction · 0.80
loadKCGFunction · 0.80
everChangingFunction · 0.80
attachDateFunction · 0.80
purifyPageFunction · 0.80
speakCompletelyFunction · 0.80

Calls 1

operateMethod · 0.95

Tested by

no test coverage detected