Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ strbuf_string
Function
strbuf_string
deps/lua/src/strbuf.h:145–151 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
}
144
145
static inline char *strbuf_string(strbuf_t *s, int *len)
146
{
147
if (len)
148
*len = s->length;
149
150
return s->buf;
151
}
152
153
/* vi:ai et sw=4 ts=4:
154
*/
Callers
2
json_encode
Function · 0.85
json_next_string_token
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected