MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setFileSize

Method setFileSize

src/openms/source/METADATA/SourceFile.cpp:75–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73 }
74
75 void SourceFile::setFileSize(float file_size)
76 {
77 file_size_ = static_cast<double>(file_size);
78 }
79
80 const String& SourceFile::getFileType() const
81 {

Callers 3

storeMethod · 0.80
loadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected