Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/C-176/LeoBlog-back
/ getCode
Method
getCode
src/main/java/com/chen/LeoBlog/base/CodeSender.java:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
return
code;
34
}
35
public
static
String getCode() {
36
return
code;
37
}
38
public
static
boolean confirmCode(String code1) {
39
return
code.equals(code1);
40
}
Callers
1
updateSecurityUser
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected