Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FirebirdSQL/firebird
/ nextDigit
Method
nextDigit
src/common/cvt.cpp:222–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
220
}
221
222
void nextDigit(unsigned digit, unsigned base) override
223
{
224
value *= base;
225
value += digit;
226
}
227
228
bool isLowerLimit() override
229
{
Callers
2
cvt_decompose
Function · 0.80
hex_to_value
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected