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

Method packing

src/Deploy/src/deploy.cpp:134–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134bool Deploy::packing() {
135
136 switch (DeployCore::getMode() ) {
137
138 case RunMode::Deploy:
139 return _packing->create();
140
141 case RunMode::Template:
142 return _packing->extractTemplates();
143
144 default:
145 break;
146 }
147
148 return true;
149}

Callers

nothing calls this directly

Calls 2

createMethod · 0.80
extractTemplatesMethod · 0.80

Tested by

no test coverage detected