MCPcopy Create free account
hub / github.com/UI5/webcomponents / getLocationSearch

Function getLocationSearch

packages/base/src/Location.ts:44–46  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

42};
43
44const getLocationSearch = () => {
45 return internals.search();
46};
47
48const locationOpen = (url?: string | URL, target?: string, features?: string) => {
49 if (isSSR) {

Callers 1

parseURLParametersFunction · 0.85

Calls 1

searchMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…