Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
122
static void strbuf_append_char_unsafe(strbuf_t *s, const char c)
123
{
124
s->buf[s->length++] = c;
125
}
126
127
static void strbuf_append_mem(strbuf_t *s, const char *c, int len)
128
{
Callers
2
json_append_string
Function · 0.85
json_next_string_token
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected