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

Method String

checker/nature/nature.go:223–228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221}
222
223func (n *Nature) String() string {
224 if n.Type != nil {
225 return n.Type.String()
226 }
227 return "unknown"
228}
229
230func (n *Nature) Deref(c *Cache) Nature {
231 t, _, changed := deref.TypeKind(n.Type, n.Kind)

Callers 1

checkArgumentsMethod · 0.95

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected