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

Method get_value

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

Source from the content-addressed store, hash-verified

49 Key get_key() { return key_; }
50
51 Value get_value() { return value_; }
52
53private:
54 Key key_;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected