Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/danvega/code-structure
/ Post
Class
Post
src/main/java/dev/danvega/codestructure/post/Post.java:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
dev.danvega.codestructure.post;
2
3
record Post(Integer id, Integer userId, String title, String body){
4
5
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected