Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/Edit-Banana
/ root
Function
root
server_pa.py:32–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
31
@app.get(
"/"
)
32
def
root():
33
return
{
"service"
:
"Edit Banana"
,
"docs"
:
"/docs"
}
34
35
36
@app.post(
"/convert"
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected