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

Function convertToHTTPS

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

Source from the content-addressed store, hash-verified

48 * @returns The HTTPS URL.
49 */
50export function convertToHTTPS(domain: string) {
51 return `https://${domain}/`;
52}
53
54/**
55 * Retrieves a list of sites associated with the specified service account from the Google Webmasters API.

Callers 1

checkSiteUrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected