MCPcopy 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
36void 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.cppFile · 0.85
GetWriterMethod · 0.85

Calls 2

DeleteSectionMethod · 0.80
FilesContainerWClass · 0.50

Tested by

no test coverage detected