MCPcopy Create free account
hub / github.com/cel-expr/cel-go / Column

Method Column

common/location.go:20–20  ·  view source on GitHub ↗

1-based line number within source.

()

Source from the content-addressed store, hash-verified

18type Location interface {
19 Line() int // 1-based line number within source.
20 Column() int // 0-based column number within source.
21}
22
23// SourceLocation helper type to manually construct a location.

Callers 8

relSourceMethod · 0.65
idMethod · 0.65
GetMetadataMethod · 0.65
LocationOffsetMethod · 0.65
ToDisplayStringMethod · 0.65
ToDisplayStringMethod · 0.65
NewSourceInfoFunction · 0.65

Implementers 1

SourceLocationcommon/location.go

Calls

no outgoing calls

Tested by 2

GetMetadataMethod · 0.52