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

Method GetGroup

sdk/go/model/task.go:179–181  ·  view source on GitHub ↗

GetGroup returns the group, prioritizing frontmatter over derived value

()

Source from the content-addressed store, hash-verified

177
178// GetGroup returns the group, prioritizing frontmatter over derived value
179func (t *Task) GetGroup() string {
180 return t.Group
181}

Callers 3

TestTask_GetGroupFunction · 0.95
formatSubjectLineFunction · 0.80
GroupTasksFunction · 0.80

Calls

no outgoing calls

Tested by 1

TestTask_GetGroupFunction · 0.76