Reads digits from the buffer and converts them to a uint64. Reads in as many digits as fit into a uint64. When the string starts with "1844674407370955161" no further digit is read. Since 2^64 = 18446744073709551616 it would still be possible read another digit if it was less or equal than 6, but this would complicate the code.
source not stored for this graph (policy: none)
no test coverage detected
searching dependent graphs…