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

Function strbuf_reset

deps/lua/src/strbuf.h:78–81  ·  view source on GitHub ↗

Reset string for before use */

Source from the content-addressed store, hash-verified

76
77/* Reset string for before use */
78static inline void strbuf_reset(strbuf_t *s)
79{
80 s->length = 0;
81}
82
83static inline int strbuf_allocated(strbuf_t *s)
84{

Callers 2

json_encodeFunction · 0.85
json_next_string_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected