MCPcopy Create free account
hub / github.com/comaps/comaps / Write

Method Write

libs/coding/files_container.cpp:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420void FilesContainerW::Write(std::string const & fPath, Tag const & tag)
421{
422 Write(ModelReaderPtr(std::make_unique<FileReader>(fPath)), tag);
423}
424
425void FilesContainerW::Write(ModelReaderPtr reader, Tag const & tag)
426{

Callers 2

StartNewMethod · 0.45
DeleteSectionMethod · 0.45

Calls 5

ReadAndWriteFunction · 0.85
WriteFunction · 0.70
ModelReaderPtrClass · 0.70
dataMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected