MCPcopy Create free account
hub / github.com/1a1a11a/libCacheSim / read_data_internal

Function read_data_internal

libCacheSim/dataStructure/sparsepp/spp.h:178–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176
177 template<typename Ignored>
178 inline bool read_data_internal(Ignored* /*unused*/, FILE* fp,
179 void* data, size_t length)
180 {
181 return fread(data, length, 1, fp) == 1;
182 }
183
184 template<typename Ignored>
185 inline bool write_data_internal(Ignored* /*unused*/, FILE* fp,

Callers 1

read_dataFunction · 0.85

Calls 1

Tested by

no test coverage detected