MCPcopy Index your code
hub / github.com/idank/explainshell / _make_app

Method _make_app

tests/test_web_views.py:231–235  ·  view source on GitHub ↗
(self, store)

Source from the content-addressed store, hash-verified

229 )
230
231 def _make_app(self, store):
232 app = create_app()
233 _use_store(app, store)
234 app.config["TESTING"] = True
235 return app
236
237 def _store_with_ubuntu_and_arch(self) -> Store:
238 """Store where 'uonly' is ubuntu-only, 'aonly' is arch-only,

Calls 2

create_appFunction · 0.90
_use_storeFunction · 0.85

Tested by

no test coverage detected