MCPcopy Create free account
hub / github.com/aethersdr/AetherSDR / wisdomTempPathForDirectory

Function wisdomTempPathForDirectory

src/core/SpectralNR.cpp:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55std::string wisdomTempPathForDirectory(const std::string& directory)
56{
57 return wisdomPathForDirectory(directory) + ".tmp";
58}
59
60#ifdef HAVE_FFTW3
61bool exportWisdomAtomically(const std::string& directory)

Callers 2

exportWisdomAtomicallyFunction · 0.85
generateWisdomMethod · 0.85

Calls 1

wisdomPathForDirectoryFunction · 0.85

Tested by

no test coverage detected