MCPcopy
hub / github.com/google/go-jsonnet / Loc

Method Loc

internal/errors/static_error.go:37–37  ·  view source on GitHub ↗

Loc returns the place in the source code that triggerred the error.

()

Source from the content-addressed store, hash-verified

35 Error() string
36 // Loc returns the place in the source code that triggerred the error.
37 Loc() ast.LocationRange
38}
39
40type staticError struct {

Callers 9

locFromTokenASTFunction · 0.65
tokenStringToAstFunction · 0.65
parseMethod · 0.65
desugarArrayCompFunction · 0.65
desugarObjectCompFunction · 0.65
desugarFunction · 0.65
analyzeVisitFunction · 0.65
LiteralStringMethod · 0.65
FileMethod · 0.65

Implementers 1

staticErrorinternal/errors/static_error.go

Calls

no outgoing calls

Tested by

no test coverage detected