Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ DeleteSection
Function
DeleteSection
generator/unpack_mwm.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
}
35
36
void DeleteSection(std::string const & filePath, std::string const & tag)
37
{
38
FilesContainerW(filePath, FileWriter::OP_WRITE_EXISTING).DeleteSection(tag);
39
}
40
} // namespace generator
Callers
2
generator_tool.cpp
File · 0.85
GetWriter
Method · 0.85
Calls
2
DeleteSection
Method · 0.80
FilesContainerW
Class · 0.50
Tested by
no test coverage detected