MCPcopy Create free account
hub / github.com/codereader/DarkRadiant / getName

Method getName

libs/module/DynamicLibrary.cpp:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61std::string DynamicLibrary::getName() const
62{
63 return string::unicode_to_utf8(_name);
64}
65
66/**
67 * =============================== POSIX ======================================

Callers 2

CoreModuleMethod · 0.45
destroyMethod · 0.45

Calls 1

unicode_to_utf8Function · 0.85

Tested by

no test coverage detected