Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ createPropertyValue
Method
createPropertyValue
src/server/web/public/terminal.js:5878–5880 ·
view source on GitHub ↗
(e3, t3, i3 = false)
Source
from the content-addressed store, hash-verified
5876
return
e3 >> 1 & 3;
5877
}
5878
static extractCharKind(e3) {
5879
return
e3 >> 3;
5880
}
5881
static createPropertyValue(e3, t3, i3 = false) {
5882
return
(16777215 & e3) << 3 | (3 & t3) << 1 | (i3 ? 1 : 0);
5883
}
Callers
1
charProperties
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected