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

Method GetInstance

src/RandomNumber.cpp:90–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88}
89
90RandomNumber*
91RandomNumber::GetInstance(void)
92{
93 assert(instance_);
94 return instance_;
95}
96
97AbsRndNumGenerator*
98RandomNumber::GetRndNumGenerator(void)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected