Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/scriptscat/scriptcat
/ error
Function
error
src/pkg/utils/punycode.ts:18–20 ·
view source on GitHub ↗
(t: string)
Source
from the content-addressed store, hash-verified
16
} as
const
;
17
18
const
error = (t: string) => {
19
throw
new
RangeError(t);
20
};
21
22
const
floor = Math.floor;
23
Callers
1
decodePunycode
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected