MCPcopy Create free account
hub / github.com/PlatformLab/Homa / demangle

Function demangle

src/Util.cc:40–55  ·  view source on GitHub ↗

* Helper function to call __cxa_demangle. Has internal linkage. * Handles the C-style memory management required. * Returns a std::string with the long human-readable name of the * type. * @param name * The "name" of the type that needs to be demangled. * @throw FatalError * The short internal type name could not be converted. */ This was taken from the RAMCloud project.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

strMethod · 0.85

Calls 1

FatalErrorClass · 0.85

Tested by

no test coverage detected