MCPcopy 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
70void version()
71{
72 cout << "rlp version " << dev::Version << endl;
73 exit(0);
74}
75
76/*
77The equivalent of setlocale(LC_ALL, “C”) is called before any user code is run.

Callers 10

mainFunction · 0.70
AppInit2Function · 0.50
peerSessionsMethod · 0.50
capDescMethod · 0.50
staticVersionMethod · 0.50
versionMethod · 0.50
capabilityFromSessionFunction · 0.50
WhisperPeerMethod · 0.50
interpretMethod · 0.50
RPCConsoleMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected