MCPcopy Index your code
hub / github.com/FongMi/TV / empty

Method empty

quickjs/src/main/java/com/fongmi/quickjs/utils/Async.java:39–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

37 }
38
39 private CompletableFuture<Object> empty() {
40 future.complete(null);
41 return future;
42 }
43
44 private void call(JSFunction func, Object... args) {
45 try {

Callers 1

callMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected