Method
begin_array
(&mut self, writer: &mut W)
Source from the content-addressed store, hash-verified
| 61 | |
| 62 | impl serde_json::ser::Formatter for DepthLimitedFormatter { |
| 63 | fn begin_array<W: ?Sized + std::io::Write>(&mut self, writer: &mut W) -> std::io::Result<()> { |
| 64 | self.push(); |
| 65 | writer.write_all(b"[") |
| 66 | } |
| 67 | |
| 68 | fn end_array<W: ?Sized + std::io::Write>(&mut self, writer: &mut W) -> std::io::Result<()> { |
| 69 | let (pretty, had_value) = self.pop(); |
Callers
nothing calls this directly
Tested by
no test coverage detected