MCPcopy Index your code
hub / github.com/simstudioai/sim / buildGetFormUrl

Function buildGetFormUrl

apps/sim/tools/google_forms/utils.ts:51–55  ·  view source on GitHub ↗
(formId: string)

Source from the content-addressed store, hash-verified

49}
50
51export function buildGetFormUrl(formId: string): string {
52 const finalUrl = `${FORMS_API_BASE}/forms/${encodeURIComponent(formId)}`
53 logger.debug('Built Google Forms get form URL', { finalUrl })
54 return finalUrl
55}
56
57export function buildCreateFormUrl(unpublished?: boolean): string {
58 const url = new URL(`${FORMS_API_BASE}/forms`)

Callers 1

get_form.tsFile · 0.90

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected