Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fastmonkeys/stellar
/ get_app
Function
get_app
stellar/command.py:27–30 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
save_config(app.config)
26
27
def
get_app():
28
app = Stellar()
29
upgrade_from_old_version(app)
30
return
app
31
32
33
@click.group()
Callers
7
gc
Function · 0.85
snapshot
Function · 0.85
list
Function · 0.85
restore
Function · 0.85
remove
Function · 0.85
rename
Function · 0.85
replace
Function · 0.85
Calls
2
Stellar
Class · 0.85
upgrade_from_old_version
Function · 0.85
Tested by
no test coverage detected