()
| 648 | # Blueprint local context processor |
| 649 | @answer_bp.context_processor |
| 650 | def answer_context_processor(): |
| 651 | return {"answer": 42} |
| 652 | |
| 653 | # Setup endpoints for testing |
| 654 | @answer_bp.route("/bp") |
nothing calls this directly
no outgoing calls
no test coverage detected