MCPcopy Create free account
hub / github.com/coopernurse/node-pool / reject

Method reject

lib/ResourceRequest.js:65–68  ·  view source on GitHub ↗
(reason)

Source from the content-addressed store, hash-verified

63 }
64
65 reject(reason) {
66 this.removeTimeout();
67 super.reject(reason);
68 }
69
70 resolve(value) {
71 this.removeTimeout();

Callers 1

_fireTimeoutMethod · 0.95

Calls 1

removeTimeoutMethod · 0.95

Tested by

no test coverage detected