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

Function onInit

src/services/hooks/webhooks.ts:65–69  ·  view source on GitHub ↗
(event: WebhookEventInit)

Source from the content-addressed store, hash-verified

63}
64
65export const onInit = (event: WebhookEventInit): void => {
66 if (WEBHOOK_EVENTS.init) {
67 callWebhookEndpoint<WebhookEventInit>(event)
68 }
69}
70
71type WebhookEventReset = {
72 tutorialId: string

Callers

nothing calls this directly

Calls 1

callWebhookEndpointFunction · 0.85

Tested by

no test coverage detected