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