MCPcopy
hub / github.com/apocas/dockerode / handler

Function handler

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

Source from the content-addressed store, hash-verified

32 var container = docker.getContainer(testContainer);
33
34 function handler(err, data) {
35 expect(err).to.be.null;
36 expect(data).to.be.ok;
37 done();
38 }
39
40 container.inspect(handler);
41 });

Callers

nothing calls this directly

Calls 2

doneFunction · 0.85
randomStringFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…