MCPcopy Create free account
hub / github.com/bufbuild/buf / EndLine

Method EndLine

private/bufpkg/bufanalysis/bufanalysis.go:146–146  ·  view source on GitHub ↗

EndLine is the ending line. If the ending line is not known, this will be 0. If the ending line is the same as the starting line, this will be explicitly set to the same value as start_line.

()

Source from the content-addressed store, hash-verified

144 // If the ending line is the same as the starting line, this will be explicitly
145 // set to the same value as start_line.
146 EndLine() int
147 // EndColumn is the ending column.
148 //
149 // If the ending column is not known, this will be 0.

Callers 10

deduplicateLocationsFunction · 0.65
fileAnnotationCompareToFunction · 0.65
hashFunction · 0.65
normalizeFileAnnotationsFunction · 0.65
appendAnnotationsMethod · 0.65

Implementers 1

fileAnnotationprivate/bufpkg/bufanalysis/file_annota

Calls

no outgoing calls

Tested by

no test coverage detected