MCPcopy Create free account
hub / github.com/9chu/LuaSTGPlus / strbuf_append_char_unsafe

Function strbuf_append_char_unsafe

LuaSTGPlus/LuaExtensions/cjson4lua/strbuf.h:122–125  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

120}
121
122static void strbuf_append_char_unsafe(strbuf_t *s, const char c)
123{
124 s->buf[s->length++] = c;
125}
126
127static 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