MCPcopy Create free account
hub / github.com/driangle/taskmd / outputBoardJSON

Function outputBoardJSON

apps/cli/internal/cli/board.go:153–155  ·  view source on GitHub ↗
(gr *board.GroupResult, w io.Writer)

Source from the content-addressed store, hash-verified

151}
152
153func outputBoardJSON(gr *board.GroupResult, w io.Writer) error {
154 return WriteJSON(w, board.ToJSON(gr))
155}

Callers 1

runBoardFunction · 0.85

Calls 2

WriteJSONFunction · 0.85
ToJSONMethod · 0.80

Tested by

no test coverage detected