Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/creatale/node-dv
/ closedir
Function
closedir
deps/opencv/modules/core/src/glob.cpp:125–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
123
}
124
125
void closedir(DIR* dir)
126
{
127
::FindClose(dir->handle);
128
delete dir;
129
}
130
131
132
}
Callers
3
getFilenamesInDirectory
Function · 0.85
glob_rec
Function · 0.85
GetAvailableLanguagesAsVector
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected