MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / ViaMCP

Method ViaMCP

src/main/java/de/florianmichael/viamcp/ViaMCP.java:35–41  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

33 private AsyncVersionSlider asyncVersionSlider;
34
35 public ViaMCP() {
36 ViaLoadingBase.ViaLoadingBaseBuilder.create().runDirectory(new File("ViaMCP")).nativeVersion(NATIVE_VERSION).onProtocolReload(comparableProtocolVersion -> {
37 if (getAsyncVersionSlider() != null) {
38 getAsyncVersionSlider().setVersion(comparableProtocolVersion.getVersion());
39 }
40 }).build();
41 }
42
43 public void initAsyncSlider() {
44 this.initAsyncSlider(5, 5, 110, 20);

Callers

nothing calls this directly

Calls 8

getAsyncVersionSliderMethod · 0.95
onProtocolReloadMethod · 0.80
nativeVersionMethod · 0.80
runDirectoryMethod · 0.80
setVersionMethod · 0.80
buildMethod · 0.45
createMethod · 0.45
getVersionMethod · 0.45

Tested by

no test coverage detected