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

Function handler

test/image.js:14–18  ·  view source on GitHub ↗
(err, data)

Source from the content-addressed store, hash-verified

12 var image = docker.getImage(testImage);
13
14 function handler(err, data) {
15 expect(err).to.be.null;
16 expect(data).to.be.ok;
17 done();
18 }
19
20 image.inspect(handler);
21 });

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…