MCPcopy
hub / github.com/nirui/sshwifty / resolve

Method resolve

ui/stream/sender.js:83–90  ·  view source on GitHub ↗

* Call resolves * * @param {any} d Data

(d)

Source from the content-addressed store, hash-verified

81 * @param {any} d Data
82 */
83 resolve(d) {
84 for (let i in this.resolves) {
85 this.resolves[i](d);
86 }
87
88 this.resolves = [];
89 this.rejects = [];
90 }
91
92 /**
93 * Call rejects

Callers 15

flushBufferMethod · 0.95
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45
closeMethod · 0.45
initializedMethod · 0.45
"connect.failed"Method · 0.45
"connect.succeed"Method · 0.45
"connect.fingerprint"Method · 0.45
"connect.credential"Method · 0.45
"@completed"Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected