MCPcopy Index your code
hub / github.com/cujojs/most / error

Function error

src/source/generate.js:62–64  ·  view source on GitHub ↗
(generate, e)

Source from the content-addressed store, hash-verified

60}
61
62function error (generate, e) {
63 return handle(generate, generate.iterator.throw(e))
64}
65
66Generate.prototype.dispose = function () {
67 this.active = false

Callers 1

handleFunction · 0.70

Calls 1

handleFunction · 0.85

Tested by

no test coverage detected