MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / run

Method run

Utils/src/eu/the5zig/util/db/SQLQuery.java:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 public void query(final Callback<SQLResult<T>> callback, final String query, final Object... fields) {
31 database.EXECUTOR.execute(new Runnable() {
32 @Override
33 public void run() {
34 callback.call(query(query, fields));
35 }
36 });
37 }
38

Callers

nothing calls this directly

Calls 2

queryMethod · 0.95
callMethod · 0.65

Tested by

no test coverage detected