Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
554
void DescriptionEditService::removeMetadata(DataDescription& data)
555
{
556
for(auto& cell : data.cells) {
557
removeMetadata(cell);
558
}
559
}
560
561
namespace
562
{
Callers
nothing calls this directly
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected