MCPcopy Create free account
hub / github.com/QuasarApp/CQtDeployer / codeString

Method codeString

src/Deploy/src/deploy.cpp:86–103  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86QString Deploy::codeString(int code) {
87 switch (code) {
88 case exitCodes::DeployError: {
89 return "The CQtDeployer fail to deploy application.";
90 }
91 case exitCodes::PackingError: {
92 return "The CQtDeployer fail to Pack application.";
93 }
94 case exitCodes::PrepareError: {
95 return "The CQtDeployer fail to read configuration.";
96 }
97
98 default: return "";
99
100 }
101
102 return "";
103}
104
105bool Deploy::prepare() {
106

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected