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

Function taskFile

apps/cli/internal/cli/projects_test.go:327–329  ·  view source on GitHub ↗

taskFile is a helper to generate task markdown content.

(id, title, status string)

Source from the content-addressed store, hash-verified

325
326// taskFile is a helper to generate task markdown content.
327func taskFile(id, title, status string) string {
328 return "---\nid: \"" + id + "\"\ntitle: \"" + title + "\"\nstatus: " + status + "\n---\n"
329}

Calls

no outgoing calls

Tested by

no test coverage detected