Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Unitech/pm2
/ buildContainer
Function
buildContainer
test/parallel.js:29–31 ·
view source on GitHub ↗
(cb)
Source
from the content-addressed store, hash-verified
27
}
28
29
function
buildContainer(cb) {
30
exec(`docker build -t ${DOCKER_IMAGE_NAME} -f test/Dockerfile .`, cb)
31
}
32
33
function
listAllTest(cb) {
34
var
test_suite = []
Callers
1
parallel.js
File · 0.85
Calls
1
exec
Function · 0.50
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…