Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/abbeycode/UnrarKit
/ NullToEmpty
Function
NullToEmpty
Libraries/unrar/strfn.cpp:3–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
#include
"rar.hpp"
2
3
const char *NullToEmpty(const char *Str)
4
{
5
return Str==NULL ?
""
:Str;
6
}
7
8
9
const wchar *NullToEmpty(const wchar *Str)
Callers
1
GenerateArchiveName
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected