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

Method setgCharset

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

Source from the content-addressed store, hash-verified

5430 this.charset = void 0, this._charsets = [], this.glevel = 0;
5431 }
5432 setgLevel(e3) {
5433 this.glevel = e3, this.charset = this._charsets[e3];
5434 }
5435 setgCharset(e3, t3) {
5436 this._charsets[e3] = t3, this.glevel === e3 && (this.charset = t3);
5437 }

Callers 3

setModePrivateMethod · 0.80
selectDefaultCharsetMethod · 0.80
selectCharsetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected