Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ IsUnknown
Method
IsUnknown
checker/nature/nature.go:219–221 ·
view source on GitHub ↗
(c *Cache)
Source
from the content-addressed store, hash-verified
217
}
218
219
func
(n *Nature) IsUnknown(c *Cache) bool {
220
return
n.Type == nil && !n.Nil || n.IsAny(c)
221
}
222
223
func
(n *Nature) String() string {
224
if
n.Type != nil {
Callers
15
PromoteNumericNature
Method · 0.95
ComparableTo
Method · 0.95
MaybeCompatible
Method · 0.95
BuiltinNode
Method · 0.80
check
Method · 0.80
unaryNode
Method · 0.80
binaryNode
Method · 0.80
memberNode
Method · 0.80
sliceNode
Method · 0.80
callNode
Method · 0.80
builtinNode
Method · 0.80
checkBuiltinGet
Method · 0.80
Calls
1
IsAny
Method · 0.95
Tested by
no test coverage detected