Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/castello/spring_basic
/ loginCheck
Method
loginCheck
ch3/LoginController.java:67–69 ·
view source on GitHub ↗
(String id, String pwd)
Source
from the content-addressed store, hash-verified
65
}
66
67
private
boolean loginCheck(String id, String pwd) {
68
return
"asdf"
.equals(id) &&
"1234"
.equals(pwd);
69
}
70
}
Callers
1
login
Method · 0.95
Calls
1
equals
Method · 0.45
Tested by
no test coverage detected