MCPcopy Create free account
hub / github.com/PRBonn/depth_clustering / FolderReader

Method FolderReader

src/utils/folder_reader.cpp:56–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56FolderReader::FolderReader(const string& folder_path, const string& ending_with,
57 const Order order)
58 : FolderReader(folder_path, "", ending_with, order) {}
59
60FolderReader::FolderReader(const string& folder_path,
61 const string& starting_with,

Callers

nothing calls this directly

Calls 4

push_backMethod · 0.80
beginMethod · 0.80
endMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected