MCPcopy
hub / github.com/HelloZeroNet/ZeroNet / response

Method response

plugins/ContentFilter/media/js/ZeroFrame.js:60–66  ·  view source on GitHub ↗
(to, result)

Source from the content-addressed store, hash-verified

58 }
59
60 response(to, result) {
61 this.send({
62 cmd: CMD_RESPONSE,
63 to: to,
64 result: result
65 })
66 }
67
68 cmd(cmd, params={}, cb=null) {
69 this.send({

Callers 15

onMessageMethod · 0.95
actionFeedFollowMethod · 0.45
actionFeedListFollowMethod · 0.45
actionFeedQueryMethod · 0.45
actionFeedSearchMethod · 0.45
cbMuteAddMethod · 0.45
cbMuteRemoveMethod · 0.45
actionMuteListMethod · 0.45
actionSiteblockAddMethod · 0.45
actionSiteblockRemoveMethod · 0.45
actionSiteblockListMethod · 0.45

Calls 1

sendMethod · 0.95

Tested by

no test coverage detected