Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.py
File · 0.85
setup.py
File · 0.85
_modify_set
Method · 0.85
_dispatch
Method · 0.85
__call__
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected