Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/iam-veeramalla/python-for-devops
/ hello_world
Function
hello_world
simple-python-app/app.py:6–7 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
4
5
@app.route(
'/'
)
6
def
hello_world():
7
return
'Hello, World!'
8
9
if
__name__ ==
'__main__'
:
10
app.run(debug=True, host=
'0.0.0.0'
, port=8000)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected