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

Method alternate

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

Source from the content-addressed store, hash-verified

5314 throw new Error("Active buffer is neither normal nor alternate");
5315 }
5316 get normal() {
5317 return this._normal.init(this._core.buffers.normal);
5318 }
5319 get alternate() {
5320 return this._alternate.init(this._core.buffers.alt);
5321 }

Callers

nothing calls this directly

Calls 1

initMethod · 0.80

Tested by

no test coverage detected