MCPcopy Create free account
hub / github.com/brimdata/super / Error

Method Error

context.go:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109}
110
111func (d *DuplicateFieldError) Error() string {
112 return fmt.Sprintf("duplicate field: %q", d.Name)
113}
114
115// LookupTypeRecord returns a TypeRecord within this context that binds with the
116// indicated fields. Subsequent calls with the same fields will return the

Callers 1

NewErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected