Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/HelloZeroNet/ZeroNet
/ cmd
Method
cmd
plugins/ContentFilter/media/js/ZeroFrame.js:68–73 ·
view source on GitHub ↗
(cmd, params={}, cb=null)
Source
from the content-addressed store, hash-verified
66
}
67
68
cmd(cmd, params={}, cb=null) {
69
this.send({
70
cmd: cmd,
71
params: params
72
}, cb)
73
}
74
75
cmdp(cmd, params={}) {
76
return
new
Promise((resolve, reject) => {
Callers
15
connect
Method · 0.95
onMessage
Method · 0.95
cmdp
Method · 0.95
monkeyPatchAjax
Method · 0.95
actionMuteAdd
Method · 0.45
actionMuteRemove
Method · 0.45
actionFilterIncludeAdd
Method · 0.45
actionCorsPermission
Method · 0.45
all.js
File · 0.45
actionUserShowMasterSeed
Method · 0.45
actionUserLogout
Method · 0.45
actionUserLoginForm
Method · 0.45
Calls
1
send
Method · 0.95
Tested by
no test coverage detected