FilePath returns the path to the task's markdown file
()
| 67 | |
| 68 | // FilePath returns the path to the task's markdown file |
| 69 | func (t Task) FilePath() string { |
| 70 | return filepath.Join(".beads", "issues", t.ID+".md") |
| 71 | } |
nothing calls this directly
no outgoing calls
no test coverage detected