MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / get_api_config

Method get_api_config

src/core/http/controller.py:21–22  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

19 return self.container
20
21 def get_api_config(self) -> Settings:
22 return self.container.app_config()
23
24 def log(self) -> Log:
25 return self.container.log()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected