Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DaedalusX64/daedalus
/ CConstString
Method
CConstString
Source/Utility/String.h:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
{
29
public:
30
CConstString()
31
: mpString(
""
)
32
{
33
}
34
35
CConstString( const char * string )
36
: mpString( string )
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected