Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
store
Method · 0.80
load
Function · 0.80
SourceFile_test.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected