MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / strbuf_append_mem_unsafe

Function strbuf_append_mem_unsafe

deps/lua/src/strbuf.h:134–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134static inline void strbuf_append_mem_unsafe(strbuf_t *s, const char *c, int len)
135{
136 memcpy(s->buf + s->length, c, len);
137 s->length += len;
138}
139
140static inline void strbuf_ensure_null(strbuf_t *s)
141{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected