MCPcopy Index your code
hub / github.com/ternjs/tern / exportfunc.js

File exportfunc.js

test/cases/node/exportfunc.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1var f = module.exports = function(a, b) {
2 return a + b;
3};
4

Callers

nothing calls this directly

Calls 1

fFunction · 0.50

Tested by

no test coverage detected