MCPcopy Index your code
hub / github.com/Raynos/function-bind / getCurrentContext

Function getCurrentContext

test/index.js:6–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5var functionBind = require('../implementation');
6var getCurrentContext = function () { return this; };
7
8test('functionBind is a function', function (t) {
9 t.equal(typeof functionBind, 'function');

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…