Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/caesarHQ/textSQL
/ ping
Function
ping
api/app/__init__.py:28–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
27
@app.route(
"/ping"
)
28
def
ping():
29
return
'pong'
30
31
32
app.register_blueprint(api_bp, url_prefix=
'/api'
)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected