MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / greeting

Method greeting

solidui/example/api.py:37–44  ·  view source on GitHub ↗
(self, datasource_type: str = None
    )

Source from the content-addressed store, hash-verified

35
36 @expose('/greeting')
37 def greeting(self, datasource_type: str = None
38 ) -> FlaskResponse:
39
40 logger.info("greeting")
41 logger.debug("greeting")
42
43
44 return self.response(200, message="Hello")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected