Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/ycd/manage-fastapi
/ generate_app
Function
generate_app
manage_fastapi/generator.py:28–29 ·
view source on GitHub ↗
(context: AppContext)
Source
from the content-addressed store, hash-verified
26
27
28
def
generate_app(context: AppContext):
29
fill_template(
"app"
, context)
30
31
32
def
generate_project(context: ProjectContext):
Callers
1
startapp
Function · 0.90
Calls
1
fill_template
Function · 0.85
Tested by
no test coverage detected