MCPcopy Index your code
hub / github.com/coderoad/coderoad-vscode / onReset

Function onReset

src/services/hooks/webhooks.ts:75–79  ·  view source on GitHub ↗
(event: WebhookEventReset)

Source from the content-addressed store, hash-verified

73}
74
75export const onReset = (event: WebhookEventReset): void => {
76 if (WEBHOOK_EVENTS.reset) {
77 callWebhookEndpoint<WebhookEventReset>(event)
78 }
79}
80
81type WebhookEventContinue = {
82 tutorialId: string

Callers

nothing calls this directly

Calls 1

callWebhookEndpointFunction · 0.85

Tested by

no test coverage detected