Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ get_x
Function
get_x
deps/v8/test/mjsunit/modules-imports1.mjs:7–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
5
import
{a as x, set_a as set_x} from
"modules-skip-1.mjs"
6
7
let
get_x = () => x;
8
9
assertEquals(1, x);
10
assertEquals(1, (() => x)());
Callers
1
modules-imports1.mjs
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected