MCPcopy Create free account
hub / github.com/expr-lang/expr / String

Method String

types/types.go:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69}
70
71func (nilType) String() string {
72 return "nil"
73}
74
75type rtype struct {
76 t reflect.Type

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected