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

Method _verifyIntegers

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

Source from the content-addressed store, hash-verified

6139 this._addonManager.loadAddon(this, e3);
6140 }
6141 static get strings() {
6142 return t2;
6143 }
6144 _verifyIntegers(...e3) {
6145 for (const t3 of e3) if (t3 === 1 / 0 || isNaN(t3) || t3 % 1 != 0) throw new Error("This API only accepts integers");
6146 }

Callers 8

resizeMethod · 0.95
registerMarkerMethod · 0.95
selectMethod · 0.95
selectLinesMethod · 0.95
scrollLinesMethod · 0.95
scrollPagesMethod · 0.95
scrollToLineMethod · 0.95
refreshMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected