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

Function outputGetYAML

apps/cli/internal/cli/get.go:591–593  ·  view source on GitHub ↗
(task *model.Task, deps dependencyInfo, ctxFiles []taskcontext.FileEntry, wl *worklogInfo, w io.Writer)

Source from the content-addressed store, hash-verified

589}
590
591func outputGetYAML(task *model.Task, deps dependencyInfo, ctxFiles []taskcontext.FileEntry, wl *worklogInfo, w io.Writer) error {
592 return WriteYAML(w, buildGetOutput(task, deps, ctxFiles, wl))
593}
594
595// printGetContextFiles appends context file information to the text output.
596func printGetContextFiles(w io.Writer, files []taskcontext.FileEntry, r *lipgloss.Renderer) {

Callers 1

outputGetFunction · 0.85

Calls 2

WriteYAMLFunction · 0.85
buildGetOutputFunction · 0.70

Tested by

no test coverage detected