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

Method CacheEntry

src/library/blas/generic/binary_lookup.cc:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81}
82
83BinaryLookup::CacheEntry::CacheEntry(const std::string & filename)
84 : m_filename(filename), m_successful_creation(false)
85{
86
87}
88
89void BinaryLookup::CacheEntry::close()
90{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected