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

Method extractCharKind

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

Source from the content-addressed store, hash-verified

5873 return 0 != (1 & e3);
5874 }
5875 static extractWidth(e3) {
5876 return e3 >> 1 & 3;
5877 }
5878 static extractCharKind(e3) {
5879 return e3 >> 3;
5880 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected