MCPcopy Create free account
hub / github.com/DeusData/codebase-memory-mcp / jl_buffer_string

Function jl_buffer_string

src/cli/config_json_like.c:987–989  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

985}
986
987static int jl_buffer_string(jl_buffer_t *buffer, const char *text) {
988 return jl_buffer_append(buffer, text, strlen(text));
989}
990
991static int jl_append_quoted_string(jl_buffer_t *buffer, const char *value) {
992 static const char hex[] = "0123456789abcdef";

Callers 3

jl_build_memberFunction · 0.85
jl_make_insertionFunction · 0.85
jl_build_freshFunction · 0.85

Calls 1

jl_buffer_appendFunction · 0.85

Tested by

no test coverage detected