MCPcopy Create free account
hub / github.com/acl-dev/acl / update

Function update

lib_acl/samples/json/json5/cJSON.cpp:138–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

136}
137
138static int update(printbuffer *p)
139{
140 char *str;
141 if (!p || !p->buffer) return 0;
142 str=p->buffer+p->offset;
143 return p->offset+strlen(str);
144}
145
146/* Render the number nicely from the given item into a string. */
147static char *print_number(cJSON *item,printbuffer *p)

Callers 3

print_arrayFunction · 0.70
print_objectFunction · 0.70
peekMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…