MCPcopy Create free account
hub / github.com/RocketMap/RocketMap / get_status

Method get_status

pogom/app.py:250–255  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

248 )
249
250 def get_status(self):
251 args = get_args()
252 if args.status_page_password is None:
253 abort(404)
254
255 return render_template('status.html')
256
257 def post_status(self):
258 args = get_args()

Callers

nothing calls this directly

Calls 1

get_argsFunction · 0.90

Tested by

no test coverage detected