MCPcopy Create free account
hub / github.com/davidgiven/fluxengine / loadSettings

Method loadSettings

src/gui2/diskprovider.cc:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122void DiskProvider::loadSettings(const nlohmann::json& settings)
123{
124 std::ignore = settings;
125}
126
127[[nodiscard]] nlohmann::json DiskProvider::storeSettings(
128 nlohmann::json settings) const

Callers 1

registerProvidersFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected