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

Method QualifiedID

apps/cli/internal/cli/all_projects.go:18–20  ·  view source on GitHub ↗

QualifiedID returns the task ID prefixed with the project ID.

()

Source from the content-addressed store, hash-verified

16
17// QualifiedID returns the task ID prefixed with the project ID.
18func (pt *ProjectTask) QualifiedID() string {
19 return pt.ProjectID + ":" + pt.Task.ID
20}
21
22// scanAllProjects loads tasks from all registered projects, qualifying IDs.
23// Unreachable projects are skipped with a warning to stderr.

Callers 2

outputProjectTableFunction · 0.80

Calls

no outgoing calls

Tested by 1