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

Function outputNextJSON

apps/cli/internal/cli/next.go:308–310  ·  view source on GitHub ↗
(recs []Recommendation)

Source from the content-addressed store, hash-verified

306}
307
308func outputNextJSON(recs []Recommendation) error {
309 return WriteJSON(os.Stdout, recs)
310}
311
312func outputNextYAML(recs []Recommendation) error {
313 return WriteYAML(os.Stdout, recs)

Callers 1

runNextFunction · 0.85

Calls 1

WriteJSONFunction · 0.85

Tested by

no test coverage detected