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

Struct staticError

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

Source from the content-addressed store, hash-verified

38}
39
40type staticError struct {
41 msg string
42 loc ast.LocationRange
43}
44
45func (err staticError) WithContext(context string) StaticError {
46 return staticError{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected