Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
67
const char *cbm_artifact_export_last_error(void) {
68
return g_export_error[0] ? g_export_error : NULL;
69
}
70
71
static void clear_export_error(void) {
72
g_export_error[0] =
'\0'
;
Callers
3
cbm_artifact_export
Function · 0.85
export_after_publish
Function · 0.85
test_artifact.c
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected