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

Function mw_5

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

Source from the content-addressed store, hash-verified

424
425 @blueprint.middleware("response")
426 def mw_5(request, response):
427 order.append(5)
428
429 @blueprint.middleware("response")
430 def mw_6(request, response):

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…