MCPcopy
hub / github.com/grafana/tempo / newParseError

Function newParseError

pkg/traceql/parse.go:141–147  ·  view source on GitHub ↗
(msg string, line, col int)

Source from the content-addressed store, hash-verified

139}
140
141func newParseError(msg string, line, col int) *ParseError {
142 return &ParseError{
143 msg: msg,
144 line: line,
145 col: col,
146 }
147}

Callers 10

TestPipelineErrorsFunction · 0.85
TestGroupCoalesceErrorsFunction · 0.85
TestSelectErrorsFunction · 0.85
TestSpansetFilterErrorsFunction · 0.85
TestAttributeNameErrorsFunction · 0.85
parseInternalFunction · 0.85
ErrorMethod · 0.85

Calls

no outgoing calls

Tested by 8

TestPipelineErrorsFunction · 0.68
TestGroupCoalesceErrorsFunction · 0.68
TestSelectErrorsFunction · 0.68
TestSpansetFilterErrorsFunction · 0.68
TestAttributeNameErrorsFunction · 0.68