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

Method GetQueued

inception/writerstack.go:60–65  ·  view source on GitHub ↗

GetQueued will return the current queued content without flushing.

()

Source from the content-addressed store, hash-verified

58
59// GetQueued will return the current queued content without flushing.
60func (w *ConditionalWrite) GetQueued() string {
61 t := w.Queued
62 s := w.Flush()
63 w.Queued = t
64 return s
65}

Callers 2

getMapValueFunction · 0.80
getGetInnerValueFunction · 0.80

Calls 1

FlushMethod · 0.95

Tested by

no test coverage detected