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

Struct nilType

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

Source from the content-addressed store, hash-verified

56}
57
58type nilType struct{}
59
60func (nilType) Nature() Nature {
61 return NatureOf(nil)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected