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

Function read_data

libCacheSim/dataStructure/sparsepp/spp.h:248–251  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246
247 template <typename INPUT>
248 inline bool read_data(INPUT* fp, void* data, size_t length)
249 {
250 return read_data_internal(fp, fp, data, length);
251 }
252
253 template <typename OUTPUT>
254 inline bool write_data(OUTPUT* fp, const void* data, size_t length)

Callers 4

read_bigendian_numberFunction · 0.70
operator()Method · 0.70
read_metadataMethod · 0.70
read_nopointer_dataMethod · 0.70

Calls 1

read_data_internalFunction · 0.85

Tested by

no test coverage detected