MCPcopy Create free account
hub / github.com/axmolengine/axmol / strbuf_string

Function strbuf_string

3rdparty/lua/lua-cjson/strbuf.h:147–153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147static inline char *strbuf_string(strbuf_t *s, int *len)
148{
149 if (len)
150 *len = s->length;
151
152 return s->buf;
153}
154
155#ifdef __cplusplus
156}

Callers 2

json_encodeFunction · 0.85
json_next_string_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected