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

Method Fdump

internal/spew/config.go:246–248  ·  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

244// Fdump formats and displays the passed arguments to io.Writer w. It formats
245// exactly the same as Dump.
246func (c *ConfigState) Fdump(w io.Writer, a ...interface{}) {
247 fdump(c, w, a...)
248}
249
250/*
251Dump displays the passed parameters to standard out with newlines, customizable

Callers 1

TestSpewFunction · 0.80

Calls 1

fdumpFunction · 0.85

Tested by 1

TestSpewFunction · 0.64