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

Method VTableMissing

library/Error.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22{}
23
24VTableMissing::VTableMissing(const char *name)
25 :All("Missing vtable address: " + safe_str(name)),
26 name(name)
27{}
28
29SymbolsXmlParse::SymbolsXmlParse(const char* desc, int id, int row, int col)
30 :AllSymbols(fmt::format("error {}: {}, at row {} col {}", id, desc, row, col)),

Callers

nothing calls this directly

Calls 1

safe_strFunction · 0.85

Tested by

no test coverage detected