Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/devspace-sh/devspace
/ formatURL
Function
formatURL
ui/src/lib/utils.tsx:48–50 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
46
};
47
48
export function formatURL(url: string) {
49
return url.replace(new RegExp(
'/+$'
,
'g'
),
''
);
50
}
51
52
export function getHashParams() {
53
const hashParams = {};
Callers
4
CustomNavLink
Function · 0.90
LogsLinkTabSelector
Function · 0.90
CommandsLinkTabSelector
Function · 0.90
StackLinkTabSelector
Function · 0.90
Calls
1
replace
Method · 0.45
Tested by
no test coverage detected