MCPcopy Create free account
hub / github.com/cloudquery/cloudquery / checkFilePath

Function checkFilePath

cli/cmd/summary.go:101–104  ·  view source on GitHub ↗
(filename string)

Source from the content-addressed store, hash-verified

99}
100
101func checkFilePath(filename string) error {
102 dirPath := filepath.Dir(filename)
103 return os.MkdirAll(dirPath, 0755)
104}
105
106func generateSummaryTable() (*schema.Table, error) {
107 tableName := "cloudquery_sync_summaries"

Callers 1

persistSummaryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected