MCPcopy Create free account
hub / github.com/dmlc/parameter_server / clear_insert_count

Method clear_insert_count

src/parameter/proto/param.pb.h:927–930  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

925 _has_bits_[0] &= ~0x00000001u;
926}
927inline void TailKeyFilter::clear_insert_count() {
928 insert_count_ = false;
929 clear_has_insert_count();
930}
931inline bool TailKeyFilter::insert_count() const {
932 return insert_count_;
933}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected