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

Function WrapperZeroFrame

src/Ui/media/all.js:1993–2000  ·  view source on GitHub ↗
(wrapper)

Source from the content-addressed store, hash-verified

1991
1992 WrapperZeroFrame = (function() {
1993 function WrapperZeroFrame(wrapper) {
1994 this.certSelectGotoSite = bind(this.certSelectGotoSite, this);
1995 this.response = bind(this.response, this);
1996 this.cmd = bind(this.cmd, this);
1997 this.wrapperCmd = wrapper.cmd;
1998 this.wrapperResponse = wrapper.ws.response;
1999 console.log("WrapperZeroFrame", wrapper);
2000 }
2001
2002 WrapperZeroFrame.prototype.cmd = function(cmd, params, cb) {
2003 if (params == null) {

Callers

nothing calls this directly

Calls 2

bindFunction · 0.70
logMethod · 0.45

Tested by

no test coverage detected