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

Method StringTypeError

context.go:615–620  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

613}
614
615func (c *Context) StringTypeError() *TypeError {
616 if typ := c.stringErr.Load(); typ != nil {
617 return typ
618 }
619 return c.LookupTypeError(TypeString)
620}
621
622func (c *Context) WrapError(msg string, val Value) Value {
623 recType := c.MustLookupTypeRecord([]Field{

Callers 4

MissingMethod · 0.95
QuietMethod · 0.95
NewErrorfMethod · 0.95
NewErrorMethod · 0.95

Calls 2

LookupTypeErrorMethod · 0.95
LoadMethod · 0.65

Tested by

no test coverage detected