Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
stepBy
Function · 0.70
stepEnabled
Function · 0.70
validate
Method · 0.70
text
Method · 0.70
Calls
2
text
Function · 0.85
parse
Function · 0.70
Tested by
no test coverage detected