MCPcopy Create free account
hub / github.com/bytebase/dbhub /

Class

src/utils/safe-url.ts:29–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27 * with special characters that might break the standard URL constructor
28 */
29export class SafeURL implements ISafeURL {
30 protocol: string;
31 hostname: string;
32 port: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected