Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/long2ice/fastapi-cache
/ get_coder
Method
get_coder
fastapi_cache/__init__.py:77–79 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
75
76
@classmethod
77
def
get_coder(cls) -> Type[Coder]:
78
assert cls._coder,
"You must call init first!"
# noqa: S101
79
return
cls._coder
80
81
@classmethod
82
def
get_key_builder(cls) -> KeyBuilder:
Callers
1
inner
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected