MCPcopy
hub / github.com/goenning/google-indexing-script / convertToHTTP

Function convertToHTTP

src/shared/gsc.ts:41–43  ·  view source on GitHub ↗
(domain: string)

Source from the content-addressed store, hash-verified

39 * @returns The HTTP URL.
40 */
41export function convertToHTTP(domain: string) {
42 return `http://${domain}/`;
43}
44
45/**
46 * Converts a domain to an HTTPS URL.

Callers 1

checkSiteUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected