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

Function cbm_artifact_export_last_error

src/pipeline/artifact.c:67–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65}
66
67const char *cbm_artifact_export_last_error(void) {
68 return g_export_error[0] ? g_export_error : NULL;
69}
70
71static void clear_export_error(void) {
72 g_export_error[0] = '\0';

Callers 3

cbm_artifact_exportFunction · 0.85
export_after_publishFunction · 0.85
test_artifact.cFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected