Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RtlZeroMemory/Rezi
/ token
Function
token
scripts/hsr/widget-code-highlighting.mjs:20–22 ·
view source on GitHub ↗
(text, tone)
Source
from the content-addressed store, hash-verified
18
}
19
20
function
token(text, tone) {
21
return
Object.freeze({ text, tone });
22
}
23
24
export
function
tokenizeCodeLine(line) {
25
const
source = typeof line ===
"string"
? line :
""
;
Callers
1
tokenizeCodeLine
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected