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

Function insert_offset_or_size

sql/json_binary.cc:173–187  ·  view source on GitHub ↗

Insert an offset or a size at the specified position in a String. It is assumed that the String has already allocated enough space to hold the value. @param dest the destination String @param pos the position in the String @param offset_or_size the offset or size to append @param large if true, use the large storage format (4 bytes); otherwise, use the small stora

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

append_valueFunction · 0.85
serialize_json_arrayFunction · 0.85
serialize_json_objectFunction · 0.85

Calls 2

ptrMethod · 0.45
alloced_lengthMethod · 0.45

Tested by

no test coverage detected