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

Method put

KeepChatGPT.user.js:354–356  ·  view source on GitHub ↗
(item)

Source from the content-addressed store, hash-verified

352 }
353
354 async put(item) {
355 return await this.operate("put", item);
356 }
357
358 async delete(item) {
359 return await this.operate("delete", item);

Callers 3

operateMethod · 0.80
hookFetchFunction · 0.80

Calls 1

operateMethod · 0.95

Tested by

no test coverage detected