Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinit/TMoe
/ CloneUtils
Method
CloneUtils
app/src/main/java/cc/ioctl/tmoe/util/CloneUtils.java:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
public
class
CloneUtils {
13
14
private
CloneUtils() {
15
throw
new
UnsupportedOperationException();
16
}
17
18
@SuppressLint(
"DiscouragedPrivateApi"
)
19
@NonNull
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected