Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2
package
common
3
4
func
ConvertLineToActionLine(line int) int {
5
if
line < 1 {
6
return
1
7
}
8
return
line
9
}
Callers
4
LoggingReleaseChecks
Function · 0.92
writeAnnotations
Function · 0.92
WriteReleaseCheckToCodeQualityJSON
Function · 0.92
CreateBitbucketReport
Function · 0.92
Calls
no outgoing calls
Tested by
no test coverage detected