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

Method setIsWideString

src/common/type.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43void Type::setIsWideString(bool b)
44{
45 _wideString = b;
46}
47
48void Type::setLlvmIr(const std::string& t)
49{

Callers 5

modifyFunctionMethod · 0.80
insertGlobalVariableMethod · 0.80
deserializeFunction · 0.80
TEST_FFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64