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

Method getGame

src/main/java/scorekeep/GameFactory.java:22–24  ·  view source on GitHub ↗
(String sessionId, String gameId)

Source from the content-addressed store, hash-verified

20 }
21
22 public Game getGame(String sessionId, String gameId) throws SessionNotFoundException, GameNotFoundException {
23 return model.loadGame(gameId);
24 }
25
26 public List<Game> getGames(String sessionId) throws SessionNotFoundException {
27 return model.loadGames(sessionId);

Callers

nothing calls this directly

Calls 1

loadGameMethod · 0.80

Tested by

no test coverage detected