Searched refs:encodeVariableLengthInteger (Results 1 – 1 of 1) sorted by relevance
11 const bytes = encodeVariableLengthInteger(parseInt(part, 10));18 function encodeVariableLengthInteger(value) { function