MCPcopy Create free account
hub / github.com/HanHan55/Graph2plan / bind

Function bind

Interface/static/Page/js/excanvas.js:80–85  ·  view source on GitHub ↗

* Binds a function to an object. The returned function will always use the * passed in obj as this. * * Example: * * g = bind(f, obj, a, b) * g(c, d) // will do f.call(obj, a, b, c, d) * * @param {Function} f The function to bind the object to * @param

(f, obj, var_args)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

excanvas.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected