MCPcopy Create free account
hub / github.com/chrxh/alien / removeMetadata

Method removeMetadata

source/EngineInterface/DescriptionEditService.cpp:554–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554void DescriptionEditService::removeMetadata(DataDescription& data)
555{
556 for(auto& cell : data.cells) {
557 removeMetadata(cell);
558 }
559}
560
561namespace
562{

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected