MCPcopy Index your code
hub / github.com/apocas/dockerode / handle

Function handle

test/container.js:152–155  ·  view source on GitHub ↗
(err, data)

Source from the content-addressed store, hash-verified

150 var container = docker.getContainer(testContainer);
151
152 function handle(err, data) {
153 expect(err).to.be.null;
154 done();
155 }
156
157 container.start(function(err, data) {
158 var opts = {

Callers

nothing calls this directly

Calls 1

doneFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…