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

Function getPotentiallyUniqueTempFileName

ext/src/llvm/Path.cpp:845–850  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845std::error_code
846getPotentiallyUniqueTempFileName(const Twine &Prefix, StringRef Suffix,
847 SmallVectorImpl<char> &ResultPath) {
848 int Dummy;
849 return createTemporaryFile(Prefix, Suffix, Dummy, ResultPath, FS_Name);
850}
851
852void make_absolute(const Twine &current_directory,
853 SmallVectorImpl<char> &path) {

Callers

nothing calls this directly

Calls 1

createTemporaryFileFunction · 0.85

Tested by

no test coverage detected