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

Function add_git_context_string

src/mcp/mcp.c:2316–2323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2314}
2315
2316static void add_git_context_string(yyjson_mut_doc *doc, yyjson_mut_val *obj, const char *key,
2317 const char *value) {
2318 if (value) {
2319 yyjson_mut_obj_add_strcpy(doc, obj, key, value);
2320 } else {
2321 yyjson_mut_obj_add_null(doc, obj, key);
2322 }
2323}
2324
2325static void add_git_context_json(yyjson_mut_doc *doc, yyjson_mut_val *obj, const char *root_path) {
2326 cbm_git_context_t ctx = {0};

Callers 1

add_git_context_jsonFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected