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

Function getPotentiallyUniqueFileName

ext/src/llvm/Path.cpp:838–843  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

836}
837
838std::error_code
839getPotentiallyUniqueFileName(const Twine &Model,
840 SmallVectorImpl<char> &ResultPath) {
841 int Dummy;
842 return createUniqueEntity(Model, Dummy, ResultPath, false, 0, FS_Name);
843}
844
845std::error_code
846getPotentiallyUniqueTempFileName(const Twine &Prefix, StringRef Suffix,

Callers

nothing calls this directly

Calls 1

createUniqueEntityFunction · 0.85

Tested by

no test coverage detected