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

Function jl_buffer_char

src/cli/config_json_like.c:983–985  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

981}
982
983static int jl_buffer_char(jl_buffer_t *buffer, char c) {
984 return jl_buffer_append(buffer, &c, 1U);
985}
986
987static int jl_buffer_string(jl_buffer_t *buffer, const char *text) {
988 return jl_buffer_append(buffer, text, strlen(text));

Callers 6

jl_append_quoted_stringFunction · 0.85
jl_build_memberFunction · 0.85
jl_make_insertionFunction · 0.85
jl_build_freshFunction · 0.85
jl_decode_string_valueFunction · 0.85

Calls 1

jl_buffer_appendFunction · 0.85

Tested by

no test coverage detected