Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Dstack-TEE/dstack
/ compileProto
Function
compileProto
vmm/ui/build.mjs:155–157 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
153
}
154
155
async
function
compileProto() {
156
await
run(
'bash'
, [path.join(ROOT,
'scripts'
,
'build_proto.sh'
)]);
157
}
158
159
async
function
compileTypeScript() {
160
await
fs.rm(TS_OUT_DIR, { recursive: true, force: true });
Callers
1
build
Function · 0.85
Calls
1
run
Function · 0.70
Tested by
no test coverage detected