Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecthomas/devtodo2
/ Parent
Method
Parent
todo.go:209–211 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
207
}
208
209
func
(t *taskNodeImpl) Parent() TaskNode {
210
return
t.parent
211
}
212
213
func
(t *taskNodeImpl) SetParent(parent TaskNode) {
214
t.parent = parent
Callers
1
Delete
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected