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

Function ConvertLineToActionLine

action/common/common.go:4–9  ·  view source on GitHub ↗
(line int)

Source from the content-addressed store, hash-verified

2package common
3
4func ConvertLineToActionLine(line int) int {
5 if line < 1 {
6 return 1
7 }
8 return line
9}

Callers 4

LoggingReleaseChecksFunction · 0.92
writeAnnotationsFunction · 0.92
CreateBitbucketReportFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected