MCPcopy
hub / github.com/TanStack/router / getSearchParamsFromURI

Function getSearchParamsFromURI

packages/react-router/tests/utils.ts:53–56  ·  view source on GitHub ↗
(uri: string)

Source from the content-addressed store, hash-verified

51}
52
53export function getSearchParamsFromURI(uri: string) {
54 const [, paramString] = uri.split('?')
55 return new URLSearchParams(paramString)
56}

Callers 3

link.test.tsxFile · 0.90
checkPostsLinkFunction · 0.90
runTestFunction · 0.90

Calls

no outgoing calls

Tested by 2

checkPostsLinkFunction · 0.72
runTestFunction · 0.72