MCPcopy Index your code
hub / github.com/fastapi/full-stack-fastapi-template / main

Function main

backend/app/initial_data.py:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14
15
16def main() -> None:
17 logger.info("Creating initial data")
18 init()
19 logger.info("Initial data created")
20
21
22if __name__ == "__main__":

Callers 1

initial_data.pyFile · 0.70

Calls 1

initFunction · 0.70

Tested by

no test coverage detected