MCPcopy Create free account
hub / github.com/codegangsta/lazybeads / FilePath

Method FilePath

internal/models/task.go:69–71  ·  view source on GitHub ↗

FilePath returns the path to the task's markdown file

()

Source from the content-addressed store, hash-verified

67
68// FilePath returns the path to the task's markdown file
69func (t Task) FilePath() string {
70 return filepath.Join(".beads", "issues", t.ID+".md")
71}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected