Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ strbuf_ensure_null
Function
strbuf_ensure_null
app/redis-6.2.6/deps/lua/src/strbuf.h:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
}
139
140
static inline void strbuf_ensure_null(strbuf_t *s)
141
{
142
s->buf[s->length] = 0;
143
}
144
145
static inline char *strbuf_string(strbuf_t *s, int *len)
146
{
Callers
3
json_next_string_token
Function · 0.85
strbuf_init
Function · 0.85
strbuf_free_to_string
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected