Function
outputBoardJSON
(gr *board.GroupResult, w io.Writer)
Source from the content-addressed store, hash-verified
| 151 | } |
| 152 | |
| 153 | func outputBoardJSON(gr *board.GroupResult, w io.Writer) error { |
| 154 | return WriteJSON(w, board.ToJSON(gr)) |
| 155 | } |
Tested by
no test coverage detected