MCPcopy Create free account
hub / github.com/Polidea/SiriusObfuscator / GetCString

Method GetCString

SymbolExtractorAndRenamer/lldb/source/API/SBError.cpp:41–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41const char *SBError::GetCString() const {
42 if (m_opaque_ap.get())
43 return m_opaque_ap->AsCString();
44 return NULL;
45}
46
47void SBError::Clear() {
48 if (m_opaque_ap.get())

Callers 15

test_with_python_apiMethod · 0.95
testMethod · 0.95
memfindFunction · 0.95
LaunchMethod · 0.95
wait_for_file_on_targetFunction · 0.45
init_llgs_testMethod · 0.45
test_objc_checkerMethod · 0.45

Calls 2

getMethod · 0.45
AsCStringMethod · 0.45

Tested by 15

test_with_python_apiMethod · 0.76
testMethod · 0.76
init_llgs_testMethod · 0.36
test_objc_checkerMethod · 0.36
do_testMethod · 0.36
check_class_internalMethod · 0.36
check_variableMethod · 0.36
do_testMethod · 0.36