MCPcopy Create free account
hub / github.com/Selectively11/CloudRedirect / providerName

Method providerName

ui-linux/src/backend.cpp:395–395  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393bool Backend::isDeployed() const { return m_deployed; }
394
395QString Backend::providerName() const { return m_providerName; }
396void Backend::setProviderName(const QString &name) {
397 m_providerName = name;
398 saveConfig();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected