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

Function buildListWatchesUrl

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

Source from the content-addressed store, hash-verified

77}
78
79export function buildListWatchesUrl(formId: string): string {
80 const finalUrl = `${FORMS_API_BASE}/forms/${encodeURIComponent(formId)}/watches`
81 logger.debug('Built Google Forms list watches URL', { finalUrl })
82 return finalUrl
83}
84
85export function buildCreateWatchUrl(formId: string): string {
86 const finalUrl = `${FORMS_API_BASE}/forms/${encodeURIComponent(formId)}/watches`

Callers 1

list_watches.tsFile · 0.90

Calls 1

debugMethod · 0.80

Tested by

no test coverage detected