MCPcopy Create free account
hub / github.com/defold/defold / strbuf_extend_length

Function strbuf_extend_length

engine/script/src/luacjson/strbuf.h:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109}
110
111static inline void strbuf_extend_length(strbuf_t *s, int len)
112{
113 s->length += len;
114}
115
116static inline int strbuf_length(strbuf_t *s)
117{

Callers 1

json_append_numberFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected