Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ setPrintHandler
Method
setPrintHandler
src/server/web/public/terminal.js:4870–4872 ·
view source on GitHub ↗
(e3)
Source
from the content-addressed store, hash-verified
4868
identToString(e3) {
4869
const
t3 = [];
4870
for
(; e3; ) t3.push(String.fromCharCode(255 & e3)), e3 >>= 8;
4871
return
t3.reverse().join(
""
);
4872
}
4873
setPrintHandler(e3) {
4874
this._printHandler = e3;
4875
}
Callers
1
constructor
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected