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

Function Fdump

internal/spew/dump.go:472–474  ·  view source on GitHub ↗

Fdump formats and displays the passed arguments to io.Writer w. It formats exactly the same as Dump.

(w io.Writer, a ...interface{})

Source from the content-addressed store, hash-verified

470// Fdump formats and displays the passed arguments to io.Writer w. It formats
471// exactly the same as Dump.
472func Fdump(w io.Writer, a ...interface{}) {
473 fdump(&Config, w, a...)
474}
475
476// Sdump returns a string with the passed arguments formatted exactly the same
477// as Dump.

Callers 1

TestDumpFunction · 0.92

Calls 1

fdumpFunction · 0.85

Tested by 1

TestDumpFunction · 0.74

Used in the wild real call sites across dependent graphs

searching dependent graphs…