Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ npm_cmd
Function
npm_cmd
vmm/build.rs:154–160 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
152
}
153
154
fn npm_cmd() -> &'static str {
155
if cfg!(windows) {
156
"npm.cmd"
157
} else {
158
"npm"
159
}
160
}
Callers
1
build_console
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected