Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
61
std::string DynamicLibrary::getName() const
62
{
63
return string::unicode_to_utf8(_name);
64
}
65
66
/**
67
* =============================== POSIX ======================================
Callers
2
CoreModule
Method · 0.45
destroy
Method · 0.45
Calls
1
unicode_to_utf8
Function · 0.85
Tested by
no test coverage detected