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

Function Dump

internal/spew/dump.go:507–509  ·  view source on GitHub ↗

* Dump displays the passed parameters to standard out with newlines, customizable indentation, and additional debug information such as complete types and all pointer addresses used to indirect to the final value. It provides the following features over the built-in printing facilities provided by

(a ...interface{})

Source from the content-addressed store, hash-verified

505get the formatted result as a string.
506*/
507func Dump(a ...interface{}) {
508 fdump(&Config, os.Stdout, a...)
509}

Callers 1

ExampleDumpFunction · 0.92

Calls 1

fdumpFunction · 0.85

Tested by 1

ExampleDumpFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…