MCPcopy Create free account
hub / github.com/R4gd0ll/LazyAnFuZai / userCheck

Method userCheck

src/main/java/System/userCheck.java:4–13  ·  view source on GitHub ↗
(String a)

Source from the content-addressed store, hash-verified

2
3public class userCheck {
4 public static String userCheck(String a){
5 String result = "";
6 String[] b = a.split("\n");
7 if(b.length < 2){
8 result += "共"+b.length+"个用户,且uid权限不同";
9 }else{
10 result += "仅1个用户,权限最大,不符合安全要求";
11 }
12 return result;
13 }
14
15 public static String defUserCheck(String a,String aa){
16 String[] bb = aa.split("\n");

Callers 1

resultPrintMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected