MCPcopy Create free account
hub / github.com/AGWA/git-crypt / util_rename

Function util_rename

util-unix.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177int util_rename (const char* from, const char* to)
178{
179 return rename(from, to);
180}
181
182std::vector<std::string> get_directory_contents (const char* path)
183{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected