MCPcopy Create free account
hub / github.com/avast/retdec / getFileClassBits

Method getFileClassBits

src/common/file_format.cpp:136–139  ·  view source on GitHub ↗

* Get bit size associated with the file format. * It does not have to be the same as target architecture bit size. * @return Bit size. If not set return default value = 0. */

Source from the content-addressed store, hash-verified

134 * @return Bit size. If not set return default value = 0.
135 */
136unsigned FileFormat::getFileClassBits() const
137{
138 return _fileClassBits;
139}
140
141} // namespace common
142} // namespace retdec

Callers 2

serializeFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64