MCPcopy Create free account
hub / github.com/crate/crate / build

Method build

server/src/main/java/io/crate/metadata/Functions.java:82–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80 }
81
82 public Functions build() {
83 for (ArrayList<FunctionProvider> providers : providersByName.values()) {
84 providers.trimToSize();
85 }
86 return new Functions(Map.copyOf(providersByName));
87 }
88 }
89
90 public static Functions load(Settings settings,

Callers 1

loadMethod · 0.95

Calls 2

copyOfMethod · 0.80
valuesMethod · 0.65

Tested by

no test coverage detected