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

Method insert_count

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

Source from the content-addressed store, hash-verified

929 clear_has_insert_count();
930}
931inline bool TailKeyFilter::insert_count() const {
932 return insert_count_;
933}
934inline void TailKeyFilter::set_insert_count(bool value) {
935 set_has_insert_count();
936 insert_count_ = value;

Callers 1

processMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected