MCPcopy Create free account
hub / github.com/ShipSecAI/studio / buildWebhookUrl

Method buildWebhookUrl

backend/src/webhooks/webhooks.service.ts:492–494  ·  view source on GitHub ↗
(path: string)

Source from the content-addressed store, hash-verified

490 }
491
492 private buildWebhookUrl(path: string): string {
493 return `${WEBHOOK_BASE_URL}/webhooks/inbound/${path}`;
494 }
495
496 private mapConfigurationRecord(record: WebhookConfigurationRecord): WebhookConfiguration {
497 return {

Callers 2

regeneratePathMethod · 0.95
getUrlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected