MCPcopy Create free account
hub / github.com/arkdb/inception / append_variable_length

Function append_variable_length

sql/json_binary.cc:200–223  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

serialize_json_valueFunction · 0.85
raw_binaryMethod · 0.85

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected