MCPcopy Create free account
hub / github.com/bytedance/bolt / incrementTagLoads

Method incrementTagLoads

bolt/exec/HashTable.h:1072–1076  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1070 }
1071
1072 void incrementTagLoads() const {
1073 if (kTrackLoads) {
1074 ++numTagLoads_;
1075 }
1076 }
1077
1078 void incrementRowLoads() const {
1079 if (kTrackLoads) {

Callers 1

firstProbeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected