MCPcopy Index your code
hub / github.com/xpipe-io/xpipe / getArguments

Method getArguments

app/src/main/java/io/xpipe/app/test/TestModule.java:45–51  ·  view source on GitHub ↗
(Class<T> c, Module module, String... classes)

Source from the content-addressed store, hash-verified

43 }
44
45 public static <T> Stream<Named<T>> getArguments(Class<T> c, Module module, String... classes) {
46 Stream.Builder<Named<T>> argumentBuilder = Stream.builder();
47 for (var s : TestModule.get(c, module, classes).entrySet()) {
48 argumentBuilder.add(Named.of(s.getKey(), s.getValue()));
49 }
50 return argumentBuilder.build();
51 }
52
53 protected abstract void init(Map<String, FailableSupplier<V>> list);
54

Callers 7

checkStartMethod · 0.80
initMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80
handleMethod · 0.80
guiDialogMethod · 0.80
summaryStringMethod · 0.80

Calls 6

getMethod · 0.95
getKeyMethod · 0.80
addMethod · 0.65
ofMethod · 0.65
getValueMethod · 0.45
buildMethod · 0.45

Tested by

no test coverage detected