Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
44
const
getLocationSearch = () => {
45
return
internals.search();
46
};
47
48
const
locationOpen = (url?: string | URL, target?: string, features?: string) => {
49
if
(isSSR) {
Callers
1
parseURLParameters
Function · 0.85
Calls
1
search
Method · 0.80
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…