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

Function diagnostics_capture_paths

tests/test_diagnostics.c:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56#endif
57
58static bool diagnostics_capture_paths(diagnostics_paths_t *paths) {
59 return cbm_diag_test_copy_paths(paths->directory, sizeof(paths->directory), paths->snapshot,
60 sizeof(paths->snapshot), paths->trajectory,
61 sizeof(paths->trajectory));
62}
63
64static bool diagnostics_wait_for_file(const char *path, unsigned int timeout_ms) {
65 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