MCPcopy Create free account
hub / github.com/GoogleChrome/webstatus.dev / contextBlock

Function contextBlock

workers/webhook/pkg/webhook/slack.go:485–490  ·  view source on GitHub ↗
(elements ...any)

Source from the content-addressed store, hash-verified

483
484 return blocks
485}
486
487func (b *slackPayloadBuilder) appendMovedFeatures(blocks []any) []any {
488 if len(b.movedFeatures) > 0 {
489 blocks = append(blocks, dividerBlock())
490 for _, h := range b.movedFeatures {
491 if h.Moved == nil {
492 continue
493 }

Callers 3

buildPayloadMethod · 0.85
appendBaselineChangesMethod · 0.85
appendRegressionsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected