MCPcopy Create free account
hub / github.com/HumbleUI/JWM / _onUIThread

Method _onUIThread

shared/java/Log.java:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 @ApiStatus.Internal public static boolean _onUIThread() {
66 return App._onUIThread();
67 }
68
69 @ApiStatus.Internal public static native void _nSetVerbose(boolean enabled);
70 @ApiStatus.Internal public static native void _nSetListener(Consumer<Object> listener);

Callers 4

logMethod · 0.95
verboseMethod · 0.95
setLoggerMethod · 0.95
setVerboseMethod · 0.95

Calls 1

_onUIThreadMethod · 0.95

Tested by

no test coverage detected