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

Method EndColumn

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

EndColumn is the ending column. If the ending column is not known, this will be 0. If the ending column is the same as the starting column, this will be explicitly set to the same value as start_column.

()

Source from the content-addressed store, hash-verified

150 // If the ending column is the same as the starting column, this will be explicitly
151 // set to the same value as start_column.
152 EndColumn() int
153 // Type is the type of annotation, typically an ID representing a failure type.
154 Type() string
155 // Message is the message of the annotation.

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