MCPcopy
hub / github.com/pquerna/ffjson / FlushTo

Method FlushTo

inception/writerstack.go:48–51  ·  view source on GitHub ↗
(out string)

Source from the content-addressed store, hash-verified

46}
47
48func (w *ConditionalWrite) FlushTo(out string) string {
49 out += w.Flush()
50 return out
51}
52
53// WriteFlush will add a string and return the Flush result for the queue
54func (w *ConditionalWrite) WriteFlush(s string) string {

Callers

nothing calls this directly

Calls 1

FlushMethod · 0.95

Tested by

no test coverage detected