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

Function git_validate_repo_path

src/git/git_context.c:42–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42static bool git_validate_repo_path(const char *repo_path) {
43 return cbm_validate_shell_path_arg(repo_path);
44}
45
46static int git_capture(const char *repo_path, const char *git_args, char **out) {
47 if (!out) {

Callers 1

git_captureFunction · 0.85

Calls 1

Tested by

no test coverage detected