MCPcopy 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

getFilenamesInDirectoryFunction · 0.85
glob_recFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected