MCPcopy Create free account
hub / github.com/aws-samples/eb-java-scorekeep / setName

Method setName

src/main/java/scorekeep/User.java:32–34  ·  view source on GitHub ↗
(String name)

Source from the content-addressed store, hash-verified

30 return name;
31 }
32 public void setName(String name) {
33 this.name = name;
34 }
35
36}

Callers 2

newUserMethod · 0.95
getRulesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected