MCPcopy Create free account
hub / github.com/BruceDevices/firmware / appStoreInstalled

Function appStoreInstalled

src/core/settings.cpp:1672–1680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1670}
1671
1672bool appStoreInstalled() {
1673 FS *fs;
1674 if (!getFsStorage(fs)) {
1675 log_i("Fail getting filesystem");
1676 return false;
1677 }
1678
1679 return fs->exists("/BruceJS/Tools/App Store.js");
1680}
1681
1682#include <HTTPClient.h>
1683void installAppStoreJS() {

Callers 1

optionsMenuMethod · 0.85

Calls 1

getFsStorageFunction · 0.85

Tested by

no test coverage detected