Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codereader/DarkRadiant
/ c_str
Method
c_str
radiantcore/vfs/GenericFileSystem.h:77–80 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
75
}
76
77
const char* c_str() const
78
{
79
return _path.c_str();
80
}
81
82
const std::string& string() const
83
{
Callers
4
Path
Method · 0.45
operator<
Method · 0.45
GenericFileSystem
Class · 0.45
traverse
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected