MCPcopy Create free account
hub / github.com/FongMi/TV / stop

Method stop

app/src/main/java/com/fongmi/android/tv/server/Server.java:59–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

57 }
58
59 public void stop() {
60 Task.execute(() -> {
61 if (nano != null) nano.stop();
62 service = null;
63 nano = null;
64 });
65 }
66}

Callers

nothing calls this directly

Calls 2

executeMethod · 0.95
stopMethod · 0.65

Tested by

no test coverage detected