Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Superflows-AI/superflows
/ makeUrlAbsolute
Function
makeUrlAbsolute
lib/utils.ts:447–449 ·
view source on GitHub ↗
(url: string, href: string)
Source
from the content-addressed store, hash-verified
445
}
446
447
export
function
makeUrlAbsolute(url: string, href: string): string {
448
return
new
URL(href, url).href;
449
}
450
451
export
function
isUUID(str: string): boolean {
452
return
validate(str);
Callers
1
getNestedUrls
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected