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

Function diagnostics_capture_paths

tests/test_diagnostics.c:57–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55#endif
56
57static bool diagnostics_capture_paths(diagnostics_paths_t *paths) {
58 return cbm_diag_test_copy_paths(paths->directory, sizeof(paths->directory), paths->snapshot,
59 sizeof(paths->snapshot), paths->trajectory,
60 sizeof(paths->trajectory));
61}
62
63static bool diagnostics_wait_for_file(const char *path, unsigned int timeout_ms) {
64 uint64_t deadline = cbm_now_ms() + timeout_ms;

Callers 1

test_diagnostics.cFile · 0.85

Calls 1

cbm_diag_test_copy_pathsFunction · 0.85

Tested by

no test coverage detected