MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / suffix_object

Function suffix_object

outofcore/src/cJSON.cpp:500–500  ·  view source on GitHub ↗

Utility for array list handling. */

Source from the content-addressed store, hash-verified

498
499/* Utility for array list handling. */
500static void suffix_object(cJSON *prev,cJSON *item) {prev->next=item;item->prev=prev;}
501/* Utility for handling references. */
502static cJSON*
503create_reference(cJSON* item)

Callers 5

cJSON_AddItemToArrayFunction · 0.85
cJSON_CreateIntArrayFunction · 0.85
cJSON_CreateFloatArrayFunction · 0.85
cJSON_CreateDoubleArrayFunction · 0.85
cJSON_CreateStringArrayFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected