MCPcopy Index your code
hub / github.com/aws-samples/eb-java-scorekeep / User

Method User

src/main/java/scorekeep/User.java:13–14  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11 private String name;
12
13 public User() {
14 }
15
16 public User(String id) {
17 this.id = id;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected