MCPcopy 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
27def get_app():
28 app = Stellar()
29 upgrade_from_old_version(app)
30 return app
31
32
33@click.group()

Callers 7

gcFunction · 0.85
snapshotFunction · 0.85
listFunction · 0.85
restoreFunction · 0.85
removeFunction · 0.85
renameFunction · 0.85
replaceFunction · 0.85

Calls 2

StellarClass · 0.85
upgrade_from_old_versionFunction · 0.85

Tested by

no test coverage detected