MCPcopy Create free account
hub / github.com/CloudOrc/SolidUI / initialize_data

Method initialize_data

solidui/initialization/__init__.py:77–78  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

75 db.create_all()
76
77 def initialize_data(self) -> None:
78 ...
79
80 def configure_middlewares(self) -> None:
81 if self.config["ENABLE_CORS"]:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected