Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/TanStack/router
/ getSearchParamsFromURI
Function
getSearchParamsFromURI
packages/solid-router/tests/utils.ts:53–56 ·
view source on GitHub ↗
(uri: string)
Source
from the content-addressed store, hash-verified
51
}
52
53
export
function
getSearchParamsFromURI(uri: string) {
54
const
[, paramString] = uri.split(
'?'
)
55
return
new
URLSearchParams(paramString)
56
}
Callers
3
link.test.tsx
File · 0.90
checkPostsLink
Function · 0.90
runTest
Function · 0.90
Calls
no outgoing calls
Tested by
2
checkPostsLink
Function · 0.72
runTest
Function · 0.72