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

Method md5X

quickjs/src/main/java/com/fongmi/quickjs/method/Global.java:158–164  ·  view source on GitHub ↗
(String text)

Source from the content-addressed store, hash-verified

156 }
157
158 @Keep
159 @JSMethod
160 public String md5X(String text) {
161 String result = Crypto.md5(text);
162 Logger.t("md5X").d("text:%s\nresult:\n%s", text, result);
163 return result;
164 }
165
166 @Keep
167 @JSMethod

Callers

nothing calls this directly

Calls 1

md5Method · 0.95

Tested by

no test coverage detected