MCPcopy
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

innerFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected