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

Method clearGames

src/main/java/scorekeep/Session.java:66–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

64 this.games = games;
65 }
66 public void clearGames() {
67 this.games = null;
68 }
69 public void addGame(String game) {
70 if ( games == null ) {
71 games = new HashSet<String>();

Callers 1

deleteGameMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected