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

Function strbuf_append_char_unsafe

deps/lua/src/strbuf.h:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122static inline void strbuf_append_char_unsafe(strbuf_t *s, const char c)
123{
124 s->buf[s->length++] = c;
125}
126
127static inline void strbuf_append_mem(strbuf_t *s, const char *c, int len)
128{

Callers 2

json_append_stringFunction · 0.85
json_next_string_tokenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected