Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/expr-lang/expr
/ Nature
Method
Nature
types/types.go:60–62 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
58
type
nilType
struct
{}
59
60
func
(nilType) Nature() Nature {
61
return
NatureOf(nil)
62
}
63
64
func
(nilType) Equal(t Type) bool {
65
if
t == Any {
Callers
nothing calls this directly
Calls
1
NatureOf
Function · 0.85
Tested by
no test coverage detected