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