MCPcopy Index your code
hub / github.com/bugy/script-server / get

Method get

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

Source from the content-addressed store, hash-verified

125class GetServerConf(BaseRequestHandler):
126 @check_authorization
127 def get(self):
128 self.write(external_model.server_conf_to_external(
129 self.application.server_config,
130 self.application.server_version))
131
132
133class GetScripts(BaseRequestHandler):

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected