GetBufferForTesting returns the internal buffer for testing purposes. This should only be used in tests.
()
| 372 | // GetBufferForTesting returns the internal buffer for testing purposes. |
| 373 | // This should only be used in tests. |
| 374 | func (jw *JSONWriter) GetBufferForTesting() []byte { |
| 375 | return jw.buf |
| 376 | } |
no outgoing calls