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

Method Write

inception/writerstack.go:11–13  ·  view source on GitHub ↗

Write will add a string to be written

(s string)

Source from the content-addressed store, hash-verified

9
10// Write will add a string to be written
11func (w *ConditionalWrite) Write(s string) {
12 w.Queued = append(w.Queued, s)
13}
14
15// DeleteLast will delete the last added write
16func (w *ConditionalWrite) DeleteLast() {

Callers 6

WriteFlushMethod · 0.95
getMapValueFunction · 0.45
getGetInnerValueFunction · 0.45
getValueFunction · 0.45
getFieldFunction · 0.45
CreateMarshalJSONFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected