MCPcopy Create free account
hub / github.com/bugy/script-server / get

Method get

src/web/server.py:623–628  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

621
622class AuthConfigHandler(BaseRequestHandler):
623 def get(self):
624 auth = self.application.auth
625 if not auth.is_enabled():
626 raise tornado.web.HTTPError(404)
627
628 self.write(auth.get_client_visible_config())
629
630
631class LogoutHandler(BaseRequestHandler):

Callers

nothing calls this directly

Calls 3

is_enabledMethod · 0.80
writeMethod · 0.45

Tested by

no test coverage detected