Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
931
inline bool TailKeyFilter::insert_count() const {
932
return insert_count_;
933
}
934
inline void TailKeyFilter::set_insert_count(bool value) {
935
set_has_insert_count();
936
insert_count_ = value;
Callers
1
process
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected