Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clockworknowledge/menome_processor
/ read_root
Function
read_root
app/main.py:14–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
13
@app.get(
"/"
)
14
async
def
read_root():
15
return
{
"message"
:
"Welcome to Menome Processor API!"
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected