MCPcopy Create free account
hub / github.com/codeaashu/claude-code / _put

Method _put

src/server/web/public/terminal.js:5103–5106  ·  view source on GitHub ↗
(e3, t3, i3)

Source from the content-addressed store, hash-verified

5101 }
5102 _start() {
5103 if (this._active = this._handlers[this._id] || n, this._active.length) for (let e3 = this._active.length - 1; e3 >= 0; e3--) this._active[e3].start();
5104 else this._handlerFb(this._id, "START");
5105 }
5106 _put(e3, t3, i3) {
5107 if (this._active.length) for (let s3 = this._active.length - 1; s3 >= 0; s3--) this._active[s3].put(e3, t3, i3);
5108 else this._handlerFb(this._id, "PUT", (0, r.utf32ToString)(e3, t3, i3));
5109 }

Callers 1

putMethod · 0.80

Calls 1

putMethod · 0.80

Tested by

no test coverage detected