MCPcopy Create free account
hub / github.com/TrsstProject/trsst / doGet

Method doGet

src/main/java/com/trsst/ui/AppServlet.java:81–85  ·  view source on GitHub ↗
(HttpServletRequest request, HttpServletResponse response)

Source from the content-addressed store, hash-verified

79 }
80
81 @Override
82 public void doGet(HttpServletRequest request, HttpServletResponse response)
83 throws IOException {
84 doPost(request, response);
85 }
86
87 @Override
88 public void doPost(HttpServletRequest request, HttpServletResponse response)

Callers

nothing calls this directly

Calls 1

doPostMethod · 0.95

Tested by

no test coverage detected