MCPcopy Create free account
hub / github.com/acl-dev/acl / create_other

Method create_other

app/wizard/file_tmpl.cpp:164–173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164bool file_tmpl::create_other()
165{
166 if (!copy_and_replace("setup-other.sh", "setup.sh", true)) {
167 return false;
168 }
169
170 acl::string path(project_name_);
171 path += ".cf";
172 return copy_and_replace("master_other.cf", path);
173}
174
175bool file_tmpl::file_copy(const char* from, const char* to_in)
176{

Callers 1

master_creatorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected