MCPcopy Create free account
hub / github.com/bytebase/bytebase / FormatRollout

Function FormatRollout

backend/common/resource_name.go:602–604  ·  view source on GitHub ↗
(projectID string, planUID int64)

Source from the content-addressed store, hash-verified

600}
601
602func FormatRollout(projectID string, planUID int64) string {
603 return fmt.Sprintf("%s/rollout", FormatPlan(projectID, planUID))
604}
605
606// EmptyStageID is the placeholder used for stages without environment or with deleted environments.
607const EmptyStageID = "-"

Callers 2

convertToRolloutFunction · 0.92
FormatStageFunction · 0.85

Calls 1

FormatPlanFunction · 0.85

Tested by

no test coverage detected