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

Function FormatReviewConfig

backend/common/resource_name.go:574–576  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

572}
573
574func FormatReviewConfig(id string) string {
575 return fmt.Sprintf("%s%s", ReviewConfigPrefix, id)
576}
577
578func FormatEnvironment(resourceID string) string {
579 return fmt.Sprintf("%s%s", EnvironmentNamePrefix, resourceID)

Calls

no outgoing calls