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

Method getType

src/fileformat/types/strings/string.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace fileformat {
11
12StringType String::getType() const
13{
14 return type;
15}
16
17std::uint64_t String::getFileOffset() const
18{

Callers 5

operator<Method · 0.45
getDeclaredFileLengthMethod · 0.45
getAreaSizeFunction · 0.45
getTimestampsMethod · 0.45
parseMetadataStreamMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected