MCPcopy Create free account
hub / github.com/TritonDataCenter/node-manta / cb

Function cb

test/integration/client.test.js:591–595  ·  view source on GitHub ↗
(err)

Source from the content-addressed store, hash-verified

589test('get job input', testOpts, function (t) {
590 var keys = 0;
591 function cb(err) {
592 t.ifError(err);
593 t.equal(keys, 2);
594 t.end();
595 }
596
597 client.jobInput(JOB, function (err, res) {
598 t.ifError(err);

Callers 15

readErrorFunction · 0.85
resultToInfoCbFunction · 0.85
client.jsFile · 0.85
onResultFunction · 0.85
_getFunction · 0.85
callbackFunction · 0.85
runFunction · 0.85
doPutFunction · 0.85
doneFunction · 0.85
jobshareFunction · 0.85
jStageLoadFunction · 0.85
jStageFetchJobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected