MCPcopy Create free account
hub / github.com/nodejs/nan / x

Function x

test/js/nancallback-test.js:37–37  ·  view source on GitHub ↗
(param)

Source from the content-addressed store, hash-verified

35
36 var round2 = Math.round
37 , x = function(param) { return param + 1; }
38 , y = function(param) { return param + 2; }
39 , x2 = x;
40 t.ok(persistent.compareCallbacks(round, round2, Math.floor));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected