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

Method getWidth

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

Source from the content-addressed store, hash-verified

4335 return 2097152 & this.content;
4336 }
4337 getWidth() {
4338 return this.content >> 22;
4339 }
4340 getChars() {
4341 return 2097152 & this.content ? this.combinedData : 2097151 & this.content ? (0, s2.stringFromCodePoint)(2097151 & this.content) : "";
4342 }

Callers 1

getAsCharDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected