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

Function cbm_closedir

src/foundation/compat_fs.c:160–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void cbm_closedir(cbm_dir_t *d) {
161 if (d) {
162 if (d->find_handle != INVALID_HANDLE_VALUE) {
163 FindClose(d->find_handle);
164 }
165 free(d);
166 }
167}
168
169/* Windows _popen replacement that inherits ONLY the child's stdout pipe.
170 *

Callers 15

walk_dirFunction · 0.85
cli.cFile · 0.85
cbm_list_indexesFunction · 0.85
cbm_remove_indexesFunction · 0.85
count_db_indexesFunction · 0.85
resolve_project_tailFunction · 0.85
collect_db_project_namesFunction · 0.85
handle_list_projectsFunction · 0.85
collect_all_projectsFunction · 0.85

Calls

no outgoing calls

Tested by 15

count_temp_outputs_forFunction · 0.68
cx_fixture_dir_forFunction · 0.68
cx_build_corpusFunction · 0.68
cte_temp_countFunction · 0.68
mcp_find_corrupt_backupsFunction · 0.68
yaml_temp_file_countFunction · 0.68
cte_temp_countFunction · 0.68
jl_fixture_closeFunction · 0.68