MCPcopy Index your code
hub / github.com/HelloZeroNet/ZeroNet / bind

Function bind

src/Ui/media/all.js:52–52  ·  view source on GitHub ↗
(fn, me)

Source from the content-addressed store, hash-verified

50(function() {
51 var ZeroWebsocket,
52 bind = function(fn, me){ return function(){ return fn.apply(me, arguments); }; },
53 slice = [].slice;
54
55 ZeroWebsocket = (function() {

Callers 4

ZeroWebsocketFunction · 0.70
InfopanelFunction · 0.70
WrapperFunction · 0.70
WrapperZeroFrameFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected