Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ IsString
Method
IsString
checker/nature/nature.go:502–504 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
500
}
501
502
func
(n *Nature) IsString() bool {
503
return
n.Kind == reflect.String
504
}
505
506
func
(n *Nature) IsByteSlice() bool {
507
return
n.Type == byteSliceType
Callers
3
IsAnyOf
Method · 0.95
binaryNode
Method · 0.80
builtinNode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected