Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ strbuf_reset
Function
strbuf_reset
deps/lua/src/strbuf.h:78–81 ·
view source on GitHub ↗
Reset string for before use */
Source
from the content-addressed store, hash-verified
76
77
/* Reset string for before use */
78
static inline void strbuf_reset(strbuf_t *s)
79
{
80
s->length = 0;
81
}
82
83
static inline int strbuf_allocated(strbuf_t *s)
84
{
Callers
2
json_encode
Function · 0.85
json_next_string_token
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected