MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / strbuf_string

Function strbuf_string

deps/lua/src/strbuf.h:145–151  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145static inline char *strbuf_string(strbuf_t *s, int *len)
146{
147 if (len)
148 *len = s->length;
149
150 return s->buf;
151}
152
153/* vi:ai et sw=4 ts=4:
154 */

Callers 2

json_encodeFunction · 0.85
json_next_string_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected