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

Method create_dirs

app/wizard/file_tmpl.cpp:69–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67}
68
69void file_tmpl::create_dirs()
70{
71 acl_make_dirs(project_name_.c_str(), 0755);
72}
73
74bool file_tmpl::create_common()
75{

Callers 2

http_creatorFunction · 0.80
master_creatorFunction · 0.80

Calls 2

acl_make_dirsFunction · 0.85
c_strMethod · 0.45

Tested by

no test coverage detected