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

Method setMode

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

Source from the content-addressed store, hash-verified

3074 return 0 === (this._optionsService.rawOptions.termName + "").indexOf(e3);
3075 }
3076 setMode(e3) {
3077 for (let t3 = 0; t3 < e3.length; t3++) switch (e3.params[t3]) {
3078 case 4:
3079 this._coreService.modes.insertMode = true;
3080 break;
3081 case 20:
3082 this._optionsService.options.convertEol = true;
3083 }
3084 return true;
3085 }
3086 setModePrivate(e3) {
3087 for (let t3 = 0; t3 < e3.length; t3++) switch (e3.params[t3]) {
3088 case 1:

Callers 1

constructorMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected