Reset the context stack to its initial state.
()
| 1317 | |
| 1318 | // Reset the context stack to its initial state. |
| 1319 | func (p *TSimpleJSONProtocol) resetContextStack() { |
| 1320 | p.parseContextStack = jsonContextStack{_CONTEXT_IN_TOPLEVEL} |
| 1321 | p.dumpContext = jsonContextStack{_CONTEXT_IN_TOPLEVEL} |
| 1322 | } |
| 1323 | |
| 1324 | func (p *TSimpleJSONProtocol) write(b []byte) (int, error) { |
| 1325 | n, err := p.writer.Write(b) |
no outgoing calls
no test coverage detected