Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
179
string 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
188
void version()
189
{
Callers
1
main.cpp
File · 0.85
Calls
2
credits
Function · 0.85
str
Method · 0.80
Tested by
no test coverage detected