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

Function groupKeys

apps/cli/internal/cli/snapshot_test.go:200–206  ·  view source on GitHub ↗
(m map[string][]TaskSnapshot)

Source from the content-addressed store, hash-verified

198}
199
200func groupKeys(m map[string][]TaskSnapshot) []string {
201 keys := make([]string, 0, len(m))
202 for k := range m {
203 keys = append(keys, k)
204 }
205 return keys
206}
207
208func TestCalculateDepthMap(t *testing.T) {
209 // Chain: 001 <- 002 <- 003

Callers 1

TestGroupSnapshotsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected