MCPcopy Create free account
hub / github.com/aliasIsolation/aliasIsolation / name

Method name

src/crashHandler/crashHandler.cpp:183–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 }
182
183 std::string name() { return sym ? std::string(sym->Name) : "???"; }
184 std::string undecorated_name() {
185 if (!sym) return "???";
186 std::vector<char> und_name(max_name_len);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected