Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/tinyhttp/tinyhttp
/ qstring
Function
qstring
packages/content-disposition/src/index.ts:39–39 ·
view source on GitHub ↗
(val: unknown)
Source
from the content-addressed store, hash-verified
37
}
38
39
const
qstring = (val: unknown) =>
'"'
+ String(val).replace(QUOTE_REGEXP,
'\\$1'
) +
'"'
40
41
const
pencode = (char: string) =>
'%'
+ String(char).charCodeAt(0).toString(16).toUpperCase()
42
Callers
1
format
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected