MCPcopy Index your code
hub / github.com/bytebase/bytebase / reset

Method reset

backend/tests/webhook_test.go:62–66  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

60}
61
62func (c *webhookCollector) reset() {
63 c.mu.Lock()
64 defer c.mu.Unlock()
65 c.requests = nil
66}
67
68// Helper to parse Slack webhook payload.
69// Extracts section block texts from attachments[0].blocks (new format).

Callers 1

TestWebhookIntegrationFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected