MCPcopy Create free account
hub / github.com/alecthomas/devtodo2 / DoImport

Function DoImport

importer.go:48–52  ·  view source on GitHub ↗
(tasks TaskList, files []string)

Source from the content-addressed store, hash-verified

46}
47
48func DoImport(tasks TaskList, files []string) {
49 for _, file := range files {
50 importFile(file)
51 }
52}

Callers 1

processActionFunction · 0.92

Calls 1

importFileFunction · 0.85

Tested by

no test coverage detected