MCPcopy
hub / github.com/expr-lang/expr / anyType

Struct anyType

types/types.go:44–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42}
43
44type anyType struct{}
45
46func (anyType) Nature() Nature {
47 return FromType(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected