MCPcopy Create free account
hub / github.com/csmith-project/csmith / initialize

Method initialize

src/ProbabilityTable.h:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102
103template <class Key, class Value>
104void ProbabilityTable<Key, Value>::initialize(ProbName pname)
105{
106 Probabilities *impl_ = Probabilities::GetInstance();
107 impl_->set_prob_table(this, pname);
108}
109
110template <class Key, class Value>
111bool my_less(TableEntry<Key, Value> *t, Key k2)

Callers

nothing calls this directly

Calls 1

set_prob_tableMethod · 0.80

Tested by

no test coverage detected