Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ foo
Function
foo
deps/v8/test/mjsunit/modules-exports2.mjs:5–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
3
// found in the LICENSE file.
4
5
export
function
foo() {
return
42 }
6
assertEquals(42, foo());
7
foo = 1;
8
assertEquals(1, foo);
Callers
1
modules-exports2.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected