MCPcopy
hub / github.com/sanic-org/sanic / mw_6

Function mw_6

tests/test_blueprints.py:430–431  ·  view source on GitHub ↗
(request, response)

Source from the content-addressed store, hash-verified

428
429 @blueprint.middleware("response")
430 def mw_6(request, response):
431 order.append(4)
432
433 @blueprint.route("/")
434 def process_response(request):

Callers

nothing calls this directly

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…