Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/calcite
/ list
Method
list
core/src/test/java/org/apache/calcite/util/UtilTest.java:1978–1980 ·
view source on GitHub ↗
(String... xs)
Source
from the content-addressed store, hash-verified
1976
}
1977
1978
public
List<String> list(String... xs) {
1979
return
Arrays.asList(xs);
1980
}
1981
1982
@Test
void
testResources() {
1983
Resources.validate(Static.RESOURCE);
Callers
2
testIsDefinitelyDistinctAndNonNull
Method · 0.95
testStartsWithList
Method · 0.95
Calls
1
asList
Method · 0.45
Tested by
no test coverage detected