MCPcopy 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
77func stateFilePath(dir, sourceName string) string {
78 return filepath.Join(dir, stateSubDir, sourceName+".yaml")
79}

Callers 2

LoadStateFunction · 0.85
SaveStateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected