MCPcopy 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_decomposeFunction · 0.80
hex_to_valueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected