Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
operate
Method · 0.80
ncheckbox
Function · 0.80
loadMenu
Function · 0.80
setToggleChecked
Function · 0.80
setUserOptions
Function · 0.80
toggleMenu
Function · 0.80
loadKCG
Function · 0.80
everChanging
Function · 0.80
attachDate
Function · 0.80
purifyPage
Function · 0.80
speakCompletely
Function · 0.80
Calls
1
operate
Method · 0.95
Tested by
no test coverage detected