MCPcopy Create free account
hub / github.com/DFHack/dfhack / if

Function if

plugins/devel/check-structures-sanity/dispatch.cpp:809–812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

807 }
808#ifndef WIN32
809 else if (auto str = validate_stl_string_pointer(&item.ptr))
810 {
811 FAIL("untyped pointer is actually stl-string with value \"" << *str << "\" (length " << str->length() << ")");
812 }
813#endif
814 else if (auto vtable_name = get_vtable_name(QueueItem(item.path, &item.ptr), cs, true))
815 {

Callers 2

common.hFile · 0.85
luaV_executeFunction · 0.85

Calls 2

QueueItemClass · 0.85
lengthMethod · 0.80

Tested by

no test coverage detected