Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ constant
Function
constant
deps/v8/test/js-perf-test/Compiler/small.js:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
function
empty() {}
11
12
function
constant() {
13
return
42;
14
}
15
16
function
add() {
17
return
a + b;
Callers
1
small.js
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected