MCPcopy Index your code
hub / github.com/codeaashu/claude-code / refresh

Method refresh

src/server/web/public/terminal.js:6126–6128  ·  view source on GitHub ↗
(e3, t3)

Source from the content-addressed store, hash-verified

6124 this._core.write(e3), this._core.write("\r\n", t3);
6125 }
6126 paste(e3) {
6127 this._core.paste(e3);
6128 }
6129 refresh(e3, t3) {
6130 this._verifyIntegers(e3, t3), this._core.refresh(e3, t3);
6131 }

Callers

nothing calls this directly

Calls 2

_verifyIntegersMethod · 0.95
refreshMethod · 0.45

Tested by

no test coverage detected