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

Method String

types/types.go:182–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180}
181
182func (a array) String() string {
183 return fmt.Sprintf("Array{%s}", a.of.String())
184}

Callers

nothing calls this directly

Calls 2

SprintfMethod · 0.80
StringMethod · 0.65

Tested by

no test coverage detected