MCPcopy Create free account
hub / github.com/apache/cassandra-nodejs-driver / _setError

Method _setError

lib/concurrent/index.js:154–161  ·  view source on GitHub ↗
(index, err)

Source from the content-addressed store, hash-verified

152 }
153
154 _setError(index, err) {
155 this._result.setError(index, err);
156
157 if (this._raiseOnFirstError) {
158 this._stop = true;
159 throw err;
160 }
161 }
162}
163
164/**

Callers 1

_executeOneAtATimeMethod · 0.95

Calls 1

setErrorMethod · 0.80

Tested by

no test coverage detected