MCPcopy Index your code
hub / github.com/castello/spring_basic / loginCheck

Method loginCheck

ch2/LoginController.java:51–53  ·  view source on GitHub ↗
(String id, String pwd)

Source from the content-addressed store, hash-verified

49 }
50
51 private boolean loginCheck(String id, String pwd) {
52 return "asdf".equals(id) && "1234".equals(pwd);
53 }
54}

Callers 1

loginMethod · 0.95

Calls 1

equalsMethod · 0.45

Tested by

no test coverage detected