Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/amplication/amplication
/ useUrlQuery
Function
useUrlQuery
packages/amplication-client/src/util/useUrlQuery.tsx:3–5 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1
import { useLocation } from
"react-router-dom"
;
2
3
export const useUrlQuery = () => {
4
return new URLSearchParams(useLocation().search);
5
};
Callers
1
EntityList
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected