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

Function Sdump

internal/spew/dump.go:478–482  ·  view source on GitHub ↗

Sdump returns a string with the passed arguments formatted exactly the same as Dump.

(a ...interface{})

Source from the content-addressed store, hash-verified

476// Sdump returns a string with the passed arguments formatted exactly the same
477// as Dump.
478func Sdump(a ...interface{}) string {
479 var buf bytes.Buffer
480 fdump(&Config, &buf, a...)
481 return buf.String()
482}
483
484/*
485Dump displays the passed parameters to standard out with newlines, customizable

Callers 1

TestSpewFunction · 0.92

Calls 2

fdumpFunction · 0.85
StringMethod · 0.65

Tested by 1

TestSpewFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…