MCPcopy 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
447export function makeUrlAbsolute(url: string, href: string): string {
448 return new URL(href, url).href;
449}
450
451export function isUUID(str: string): boolean {
452 return validate(str);

Callers 1

getNestedUrlsFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected