Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
48
func
DoImport(tasks TaskList, files []string) {
49
for
_, file :=
range
files {
50
importFile(file)
51
}
52
}
Callers
1
processAction
Function · 0.92
Calls
1
importFile
Function · 0.85
Tested by
no test coverage detected