Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
268
func
(v Value) IsString() bool {
269
_, ok := TypeUnder(v.Type()).(*TypeOfString)
270
return
ok
271
}
272
273
func
(v Value) IsError() bool {
274
_, ok := TypeUnder(v.Type()).(*TypeError)
Callers
15
lvalErr
Function · 0.95
nextPuller
Method · 0.80
Eval
Method · 0.80
Eval
Method · 0.80
Eval
Method · 0.80
NewRegexpBoolean
Function · 0.80
Call
Method · 0.80
Call
Method · 0.80
Call
Method · 0.80
Call
Method · 0.80
Call
Method · 0.80
Call
Method · 0.80
Calls
2
Type
Method · 0.95
TypeUnder
Function · 0.85
Tested by
no test coverage detected