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

Function obj_id_is_num

libCacheSim/include/libCacheSim/reader.h:220–220  ·  view source on GitHub ↗

* whether the object id is numeric (only applies to txt and csv traces) * @param reader * @return */

Source from the content-addressed store, hash-verified

218 * @return
219 */
220static inline bool obj_id_is_num(const reader_t *const reader) { return reader->obj_id_is_num; }
221
222/**
223 * read one request from reader/trace, stored the info in pre-allocated req

Callers 1

verify_reqFunction · 0.85

Calls

no outgoing calls

Tested by 1

verify_reqFunction · 0.68