Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/defold/defold
/ strbuf_extend_length
Function
strbuf_extend_length
engine/script/src/luacjson/strbuf.h:111–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
109
}
110
111
static inline void strbuf_extend_length(strbuf_t *s, int len)
112
{
113
s->length += len;
114
}
115
116
static inline int strbuf_length(strbuf_t *s)
117
{
Callers
1
json_append_number
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected