MCPcopy 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
20function token(text, tone) {
21 return Object.freeze({ text, tone });
22}
23
24export function tokenizeCodeLine(line) {
25 const source = typeof line === "string" ? line : "";

Callers 1

tokenizeCodeLineFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected