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

Function file_error_set

src/pipeline/artifact.c:118–123  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116}
117
118static void file_error_set(artifact_file_error_t *out, const char *err, int err_no) {
119 if (out) {
120 out->err = err;
121 out->err_no = err_no;
122 }
123}
124
125/* Build path: <repo>/.codebase-memory/<name> into caller-owned buf. */
126static bool artifact_path(char *buf, size_t bufsz, const char *repo_path, const char *name) {

Callers 1

write_file_atomicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected