Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
1
var
f = module.exports =
function
(a, b) {
2
return
a + b;
3
};
4
Callers
nothing calls this directly
Calls
1
f
Function · 0.50
Tested by
no test coverage detected