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

Function run_configlink

tests/test_configlink.c:21–31  ·  view source on GitHub ↗

Helper: wrap old (gb, project, repo_path) call into ctx-based API */

Source from the content-addressed store, hash-verified

19
20/* Helper: wrap old (gb, project, repo_path) call into ctx-based API */
21static int run_configlink(cbm_gbuf_t *gb, const char *project, const char *repo_path) {
22 atomic_int cancelled;
23 atomic_init(&cancelled, 0);
24 cbm_pipeline_ctx_t ctx = {
25 .project_name = project,
26 .repo_path = repo_path,
27 .gbuf = gb,
28 .cancelled = &cancelled,
29 };
30 return cbm_pipeline_pass_configlink(&ctx);
31}
32#include <sys/stat.h>
33#include <unistd.h>
34

Callers 1

test_configlink.cFile · 0.85

Calls 1

Tested by

no test coverage detected