Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenMS/OpenMS
/ isMetaEmpty
Method
isMetaEmpty
src/openms/source/METADATA/MetaInfoInterface.cpp:219–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
}
218
219
bool MetaInfoInterface::isMetaEmpty() const
220
{
221
if (meta_ == nullptr)
222
{
223
return true;
224
}
225
return meta_->empty();
226
}
227
228
void MetaInfoInterface::clearMetaInfo()
229
{
Callers
15
main_
Method · 0.80
main_
Method · 0.80
main_
Method · 0.80
storeMetaInfo_
Method · 0.80
storeFeatures_
Method · 0.80
storeMapMetaData_
Method · 0.80
storeConsensusColumnHeaders_
Method · 0.80
storeConsensusFeatures_
Method · 0.80
writeTo
Method · 0.80
writeUserParams_
Method · 0.80
writeMetaInfos_
Method · 0.80
storeMetaInfos_
Method · 0.80
Calls
1
empty
Method · 0.45
Tested by
3
START_SECTION
Function · 0.64
testDataProcessing
Function · 0.64
test_acquisitioninfomemberaccess
Method · 0.64