Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/driangle/taskmd
/ stateFilePath
Function
stateFilePath
apps/cli/internal/sync/state.go:77–79 ·
view source on GitHub ↗
(dir, sourceName string)
Source
from the content-addressed store, hash-verified
75
}
76
77
func
stateFilePath(dir, sourceName string) string {
78
return
filepath.Join(dir, stateSubDir, sourceName+
".yaml"
)
79
}
Callers
2
LoadState
Function · 0.85
SaveState
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected