MCPcopy Create free account
hub / github.com/ablab/spades / createUniqueFile

Function createUniqueFile

ext/src/llvm/Path.cpp:766–770  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

764}
765
766std::error_code createUniqueFile(const Twine &Model, int &ResultFd,
767 SmallVectorImpl<char> &ResultPath,
768 unsigned Mode) {
769 return createUniqueEntity(Model, ResultFd, ResultPath, false, Mode, FS_File);
770}
771
772static std::error_code createUniqueFile(const Twine &Model, int &ResultFd,
773 SmallVectorImpl<char> &ResultPath,

Callers 1

createMethod · 0.85

Calls 2

createUniqueEntityFunction · 0.85
closeFunction · 0.50

Tested by

no test coverage detected