Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/faust-streaming/faust
/ test_get_codec
Function
test_get_codec
tests/unit/serializers/test_codecs.py:76–78 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
75
76
def
test_get_codec():
77
assert get_codec(
"json|binary"
)
78
assert get_codec(Codec) is Codec
79
80
81
def
test_register():
Callers
nothing calls this directly
Calls
1
get_codec
Function · 0.90
Tested by
no test coverage detected