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

Method IsString

value.go:268–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

266}
267
268func (v Value) IsString() bool {
269 _, ok := TypeUnder(v.Type()).(*TypeOfString)
270 return ok
271}
272
273func (v Value) IsError() bool {
274 _, ok := TypeUnder(v.Type()).(*TypeError)

Callers 15

lvalErrFunction · 0.95
nextPullerMethod · 0.80
EvalMethod · 0.80
EvalMethod · 0.80
EvalMethod · 0.80
NewRegexpBooleanFunction · 0.80
CallMethod · 0.80
CallMethod · 0.80
CallMethod · 0.80
CallMethod · 0.80
CallMethod · 0.80
CallMethod · 0.80

Calls 2

TypeMethod · 0.95
TypeUnderFunction · 0.85

Tested by

no test coverage detected