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

Method setgLevel

src/server/web/public/terminal.js:5429–5431  ·  view source on GitHub ↗
(e3)

Source from the content-addressed store, hash-verified

5427 this.glevel = 0, this._charsets = [];
5428 }
5429 reset() {
5430 this.charset = void 0, this._charsets = [], this.glevel = 0;
5431 }
5432 setgLevel(e3) {
5433 this.glevel = e3, this.charset = this._charsets[e3];
5434 }

Callers 4

shiftOutMethod · 0.45
shiftInMethod · 0.45
selectDefaultCharsetMethod · 0.45
setgLevelMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected