MCPcopy
hub / github.com/visiky/resume / getSearchObj

Function getSearchObj

src/helpers/location.ts:3–8  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1import qs from 'query-string';
2
3export function getSearchObj() {
4 const search = typeof window !== 'undefined' && window.location.search;
5 const query = qs.parse(search);
6
7 return query || {};
8}

Callers 6

FooterFunction · 0.90
gotoOnlineVersionFunction · 0.90
PageFunction · 0.90
getLanguageFunction · 0.90
getModeFunction · 0.90
useModeSwitcherFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…