Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alecthomas/devtodo2
/ ReparentTask
Function
ReparentTask
todo.go:372–375 ·
view source on GitHub ↗
(node TaskNode, below TaskNode)
Source
from the content-addressed store, hash-verified
370
}
371
372
func
ReparentTask(node TaskNode, below TaskNode) {
373
node.Delete()
374
below.Append(node)
375
}
Callers
3
doReparent
Function · 0.92
handleReparent
Method · 0.92
TestReparent
Function · 0.85
Calls
2
Delete
Method · 0.65
Append
Method · 0.65
Tested by
1
TestReparent
Function · 0.68