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

Function handler

test/plugin.js:13–17  ·  view source on GitHub ↗
(err, data)

Source from the content-addressed store, hash-verified

11 this.timeout(5000);
12
13 function handler(err, data) {
14 expect(err).to.be.null;
15 expect(data).to.be.a('array');
16 done();
17 }
18
19 docker.listPlugins({}, handler);
20 });

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…