MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / CacheEntry

Method CacheEntry

src/library/fft_binary_lookup.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96FFTBinaryLookup::CacheEntry::CacheEntry(const std::string & filename)
97 : m_filename(filename), m_successful_creation(false)
98{
99
100}
101
102void FFTBinaryLookup::CacheEntry::close()
103{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected