MCPcopy Create free account
hub / github.com/LUX-Core/lux / ethCredits

Function ethCredits

src/cpp-ethereum/eth/main.cpp:179–186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177}
178
179string ethCredits(bool _interactive = false)
180{
181 std::ostringstream cout;
182 if (_interactive)
183 cout
184 << "Type 'exit' to quit" << endl << endl;
185 return credits() + cout.str();
186}
187
188void version()
189{

Callers 1

main.cppFile · 0.85

Calls 2

creditsFunction · 0.85
strMethod · 0.80

Tested by

no test coverage detected