app.route("/ping")
| 1 | from app.config import FlaskAppConfig, DB_MANAGED_METADATA |
| 2 | from app.extensions import db |
| 3 | # import models to create tables if they don't exist |
| 4 | from app.models import in_context_examples, table_metadata, type_metadata |
nothing calls this directly
no outgoing calls
no test coverage detected