Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LUX-Core/lux
/ version
Function
version
src/cpp-ethereum/rlp/main.cpp:70–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
68
}
69
70
void version()
71
{
72
cout <<
"rlp version "
<< dev::Version << endl;
73
exit(0);
74
}
75
76
/*
77
The equivalent of setlocale(LC_ALL, “C”) is called before any user code is run.
Callers
10
main
Function · 0.70
AppInit2
Function · 0.50
peerSessions
Method · 0.50
capDesc
Method · 0.50
staticVersion
Method · 0.50
version
Method · 0.50
capabilityFromSession
Function · 0.50
WhisperPeer
Method · 0.50
interpret
Method · 0.50
RPCConsole
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected