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

Function strbuf_append_char

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

Source from the content-addressed store, hash-verified

114}
115
116static inline void strbuf_append_char(strbuf_t *s, const char c)
117{
118 strbuf_ensure_empty_length(s, 1);
119 s->buf[s->length++] = c;
120}
121
122static inline void strbuf_append_char_unsafe(strbuf_t *s, const char c)
123{

Callers 2

json_append_arrayFunction · 0.85
json_append_objectFunction · 0.85

Calls 1

Tested by

no test coverage detected