MCPcopy Index your code
hub / github.com/codeaashu/claude-code / put

Method put

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

Source from the content-addressed store, hash-verified

4773 }
4774 hook(e3, t3) {
4775 if (this.reset(), this._ident = e3, this._active = this._handlers[e3] || o, this._active.length) for (let e4 = this._active.length - 1; e4 >= 0; e4--) this._active[e4].hook(t3);
4776 else this._handlerFb(this._ident, "HOOK", t3);
4777 }
4778 put(e3, t3, i3) {
4779 if (this._active.length) for (let s3 = this._active.length - 1; s3 >= 0; s3--) this._active[s3].put(e3, t3, i3);
4780 else this._handlerFb(this._ident, "PUT", (0, s2.utf32ToString)(e3, t3, i3));
4781 }

Callers 5

uploadTeamMemoryFunction · 0.80
appendSessionLogImplFunction · 0.80
uploadUserSettingsFunction · 0.80
parseMethod · 0.80
_putMethod · 0.80

Calls 2

_putMethod · 0.80
_startMethod · 0.45

Tested by

no test coverage detected