Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
/** 根据路由变化,获取参数 */
9
const
useURLSearch = () => useMemo(() => getURLSearch(), [
10
window.location.search,
11
]);
12
13
export
default useURLSearch;
Callers
nothing calls this directly
Calls
1
getURLSearch
Function · 0.90
Tested by
no test coverage detected