Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/avast/retdec
/ getDefaultDataType
Function
getDefaultDataType
src/debugformat/dwarf.cpp:18–21 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
16
namespace {
17
18
std::string getDefaultDataType()
19
{
20
return
"i32"
;
21
}
22
23
} // anonymous namespace
24
Callers
3
loadDwarf_type
Method · 0.85
_loadDwarf_type
Method · 0.85
loadDwarf_formal_parameter
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected