Home
last modified time | relevance | path

Searched refs:shouldSkipOperationBecauseFileExists (Results 1 – 1 of 1) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/tools/blocksconvert/scanner/
H A Dscanner.go373 if shouldSkipOperationBecauseFileExists(tableProcessedFile) {
498 func shouldSkipOperationBecauseFileExists(file string) bool { func