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

Function String

builtin/lib.go:232–234  ·  view source on GitHub ↗
(arg any)

Source from the content-addressed store, hash-verified

230}
231
232func String(arg any) any {
233 return fmt.Sprintf("%v", arg)
234}
235
236func minMax(name string, fn func(any, any) bool, depth int, args ...any) (any, error) {
237 if depth > MaxDepth {

Callers

nothing calls this directly

Calls 1

SprintfMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…