Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cel-expr/cel-go
/ Line
Method
Line
common/location.go:19–19 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
// Location interface to represent a location within Source.
18
type
Location
interface
{
19
Line() int
// 1-based line number within source.
20
Column() int
// 0-based column number within source.
21
}
22
Callers
10
verifySourceInfoCoverage
Function · 0.65
exprLinesFromPolicy
Function · 0.65
relSource
Method · 0.65
id
Method · 0.65
GetMetadata
Method · 0.65
LocationOffset
Method · 0.65
ToDisplayString
Method · 0.65
ToDisplayString
Method · 0.65
NewSourceInfo
Function · 0.65
TestNewSourceInfoRelative
Function · 0.65
Implementers
1
SourceLocation
common/location.go
Calls
no outgoing calls
Tested by
4
verifySourceInfoCoverage
Function · 0.52
exprLinesFromPolicy
Function · 0.52
GetMetadata
Method · 0.52
TestNewSourceInfoRelative
Function · 0.52