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