MCPcopy
hub / github.com/browserify/browserify / done

Function done

test/standalone.js:79–85  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

77});
78
79function done(t) {
80 return function (one, two) {
81 t.equal(one, 1);
82 t.equal(two, 2);
83 t.end();
84 };
85}

Callers 10

standalone.jsFile · 0.70
main.jsFile · 0.50
main.jsFile · 0.50
foo.jsFile · 0.50
bar.jsFile · 0.50
baz.jsFile · 0.50
main.jsFile · 0.50
main.jsFile · 0.50
backtick.jsFile · 0.50
main.jsFile · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…