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

Method clearPrintHandler

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

Source from the content-addressed store, hash-verified

4871 return t3.reverse().join("");
4872 }
4873 setPrintHandler(e3) {
4874 this._printHandler = e3;
4875 }
4876 clearPrintHandler() {
4877 this._printHandler = this._printHandlerFb;
4878 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected