MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / IsSparse

Method IsSparse

Bcore/src/main/cpp/dex/bytecode_utils.h:78–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 bool IsSparse() const { return sparse_; }
79
80 bool ShouldBuildDecisionTree() {
81 return IsSparse() || GetNumEntries() <= kSmallSwitchThreshold;

Callers 1

CurrentKeyMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected