MCPcopy Create free account
hub / github.com/Tencent/CodeAnalysis / useURLSearch

Function useURLSearch

web/packages/shared/hooks/useURLSearch.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7
8/** 根据路由变化,获取参数 */
9const useURLSearch = () => useMemo(() => getURLSearch(), [
10 window.location.search,
11]);
12
13export default useURLSearch;

Callers

nothing calls this directly

Calls 1

getURLSearchFunction · 0.90

Tested by

no test coverage detected