MCPcopy Create free account
hub / github.com/F-Stack/f-stack / strbuf_ensure_null

Function strbuf_ensure_null

app/redis-6.2.6/deps/lua/src/strbuf.h:140–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

138}
139
140static inline void strbuf_ensure_null(strbuf_t *s)
141{
142 s->buf[s->length] = 0;
143}
144
145static inline char *strbuf_string(strbuf_t *s, int *len)
146{

Callers 3

json_next_string_tokenFunction · 0.85
strbuf_initFunction · 0.85
strbuf_free_to_stringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected