Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tinyhttp/tinyhttp
/ getQueryParams
Function
getQueryParams
packages/url/src/index.ts:28–28 ·
view source on GitHub ↗
(url = '/')
Source
from the content-addressed store, hash-verified
26
}
27
28
export
const
getQueryParams = (url =
'/'
): ParsedUrlQuery => parse(url.slice(url.indexOf(
'?'
) + 1))
Callers
2
url.test.ts
File · 0.90
extendMiddleware
Function · 0.85
Calls
1
parse
Function · 0.50
Tested by
no test coverage detected