Home
last modified time | relevance | path

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

/development/tools/repo_diff/service/repodiff/persistence/filesystem/
Dunix.go56 filtered := make([]string, len(strings)-countEmpty(strings))
67 func countEmpty(strings []string) int { func