Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
operate
Method · 0.80
updateEverChangingFromCurrentPage
Function · 0.80
hookFetch
Function · 0.80
Calls
1
operate
Method · 0.95
Tested by
no test coverage detected