Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
login
Method · 0.95
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected