MCPcopy Create free account
hub / github.com/KDAB/codebrowser / FolderInfo

Class FolderInfo

indexgenerator/indexer.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35std::map<std::string, std::string, std::greater<std::string> > project_map;
36
37struct FolderInfo {
38// std::string name;
39 std::map<std::string, std::shared_ptr<FolderInfo>> subfolders;
40};
41
42std::string extractMetaFromHTML(std::string metaName, std::string fullPath) {
43 std::ifstream filein(fullPath, std::ifstream::in);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected