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

Method activeEncoding

src/server/web/public/terminal.js:5486–5488  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5484 }
5485 set activeProtocol(e3) {
5486 if (!this._protocols[e3]) throw new Error(`unknown protocol "${e3}"`);
5487 this._activeProtocol = e3, this._onProtocolChange.fire(this._protocols[e3].events);
5488 }
5489 get activeEncoding() {
5490 return this._activeEncoding;
5491 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected