MCPcopy Create free account
hub / github.com/defold/defold / strbuf_string

Function strbuf_string

engine/script/src/luacjson/strbuf.h:150–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148}
149
150static inline char *strbuf_string(strbuf_t *s, int *len)
151{
152 if (len)
153 *len = s->length;
154
155 return s->buf;
156}
157
158/* vi:ai et sw=4 ts=4:
159 */

Callers 3

json_encodeFunction · 0.85
lua_cjson_encodeFunction · 0.85
json_next_string_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected