MCPcopy Index your code
hub / github.com/expr-lang/expr / String

Method String

types/types.go:93–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

91}
92
93func (r rtype) String() string {
94 return r.t.String()
95}
96
97// Map represents a map[string]any type with defined keys.
98type Map map[string]Type

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected