MCPcopy Index your code
hub / github.com/ekalinin/nodeenv / is_riscv64

Function is_riscv64

nodeenv.py:545–546  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

543
544
545def is_riscv64():
546 return platform.machine() == 'riscv64'
547
548
549def get_node_bin_url(version):

Callers 3

_get_last_node_versionFunction · 0.85
version_filterFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected