Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/expr-lang/expr
/ Nature
Method
Nature
types/types.go:46–48 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
44
type
anyType
struct
{}
45
46
func
(anyType) Nature() Nature {
47
return
FromType(nil)
48
}
49
50
func
(anyType) Equal(t Type) bool {
51
return
true
Callers
nothing calls this directly
Calls
1
FromType
Function · 0.85
Tested by
no test coverage detected