Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ get_node_version
Function
get_node_version
tools/shared.py:295–298 ·
view source on GitHub ↗
(nodejs)
Source
from the content-addressed store, hash-verified
293
294
295
def
get_node_version(nodejs):
296
if
not nodejs:
297
return
None
298
return
_get_node_version_pair(nodejs)[1]
299
300
301
@memoize
Callers
2
node_reference_types_flags
Function · 0.85
node_exception_flags
Function · 0.85
Calls
1
_get_node_version_pair
Function · 0.85
Tested by
no test coverage detected