MCPcopy Create free account
hub / github.com/gkandemi/docker / hello

Function hello

apps/7-python-app/src/server.py:5–6  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4@server.route("/")
5def hello():
6 return "Hello World!"
7
8if __name__ == "__main__":
9 server.run(host='0.0.0.0')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…