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

Function clear_export_error

src/pipeline/artifact.c:71–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71static void clear_export_error(void) {
72 g_export_error[0] = '\0';
73}
74
75static int artifact_export_fail(const char *stage, const char *path, const char *err, int err_no) {
76 const char *safe_stage = stage ? stage : "unknown";

Callers 1

cbm_artifact_exportFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected