MCPcopy
hub / github.com/faust-streaming/faust / handler

Function handler

tests/unit/livecheck/patches/test_aiohttp.py:47–49  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

45 called = [False]
46
47 async def handler(request):
48 called[0] = True
49 assert current_test_stack.top is not None
50
51 await LiveCheckMiddleware()(request, handler)
52

Callers 5

setup.pyFile · 0.85
setup.pyFile · 0.85
_modify_setMethod · 0.85
_dispatchMethod · 0.85
__call__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected