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

Function sectionBlock

workers/webhook/pkg/webhook/slack.go:474–479  ·  view source on GitHub ↗
(text string)

Source from the content-addressed store, hash-verified

472 }
473 featureURL := fmt.Sprintf("%s/features/%s", b.frontendBaseURL, h.FeatureID)
474 txt := fmt.Sprintf(
475 "*Split* \n<%s|%s> split into: \n%s",
476 featureURL,
477 h.FeatureName,
478 strings.Join(items, "\n"),
479 )
480 blocks = append(blocks, sectionBlock(txt))
481 }
482 }

Callers 8

buildPayloadMethod · 0.85
appendQueryErrorsMethod · 0.85
appendBaselineChangesMethod · 0.85
appendRegressionsMethod · 0.85
appendBrowserChangesMethod · 0.85
appendAddedFeaturesMethod · 0.85
appendSplitFeaturesMethod · 0.85
appendMovedFeaturesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected