MCPcopy Create free account
hub / github.com/OpenCppCoverage/OpenCppCoverage / ToFiles

Function ToFiles

FileFilterTest/Tools.cpp:23–31  ·  view source on GitHub ↗

-----------------------------------------------------------------

Source from the content-addressed store, hash-verified

21{
22 //-----------------------------------------------------------------
23 std::vector<FileFilter::File> ToFiles(const std::vector<std::wstring>& filenames)
24 {
25 std::vector<FileFilter::File> files;
26
27 for (auto& filename : filenames)
28 files.emplace_back(filename);
29
30 return files;
31 }
32}

Callers 2

TESTFunction · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.68
TESTFunction · 0.68