Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hello-hao/Tbed
/ Code
Method
Code
src/main/java/cn/hellohao/pojo/Code.java:13–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
private
String code;
12
13
public
Code() {
14
}
15
16
public
Code(Integer id, String value, String code) {
17
this.id = id;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected