Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/jOOQ/jOOQ
/ fileComparator
Method
fileComparator
jOOQ/src/main/java/org/jooq/FilePattern.java:171–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
}
170
171
public
final
Comparator<File> fileComparator() {
172
return
fileComparator(sort());
173
}
174
175
public
static
final
Comparator<File> fileComparator(Sort sort) {
176
if
(sort == null)
Callers
2
FilePattern
Method · 0.95
loadSQL
Method · 0.80
Calls
1
sort
Method · 0.95
Tested by
no test coverage detected