Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenFunction/samples
/ hello_world
Function
hello_world
functions/knative/hello-world-python/main.py:1–2 ·
view source on GitHub ↗
(request)
Source
from the content-addressed store, hash-verified
1
def
hello_world(request):
2
return
"hello, world"
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected