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

Struct SourceLocation

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

SourceLocation helper type to manually construct a location.

Source from the content-addressed store, hash-verified

22
23// SourceLocation helper type to manually construct a location.
24type SourceLocation struct {
25 line int
26 column int
27}
28
29var (
30 // Location implements the SourceLocation interface.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected