Append a length to a String. The number of bytes used to store the length uses a variable number of bytes depending on how large the length is. If the highest bit in a byte is 1, then the length is continued on the next byte. The least significant bits are stored in the first byte. @param dest the destination String @param length the length to write @return false on success, true
source not stored for this graph (policy: none)
no test coverage detected