Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
func
(t *Task) GetGroup() string {
180
return
t.Group
181
}
Callers
3
TestTask_GetGroup
Function · 0.95
formatSubjectLine
Function · 0.80
GroupTasks
Function · 0.80
Calls
no outgoing calls
Tested by
1
TestTask_GetGroup
Function · 0.76