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

Function value

src/qt/tokenamountfield.cpp:52–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

50 }
51
52 int256_t value(bool *valid_out=0) const
53 {
54 return parse(text(), valid_out);
55 }
56
57 void setValue(const int256_t& value)
58 {

Callers 4

stepByFunction · 0.70
stepEnabledFunction · 0.70
validateMethod · 0.70
textMethod · 0.70

Calls 2

textFunction · 0.85
parseFunction · 0.70

Tested by

no test coverage detected