Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinience/RedisStudio
/ CDuiString
Method
CDuiString
DuiLib/Utils/Utils.cpp:357–360 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
355
//
356
357
CDuiString::CDuiString() : m_pstr(m_szBuffer)
358
{
359
m_szBuffer[0] =
'\0'
;
360
}
361
362
CDuiString::CDuiString(const TCHAR ch) : m_pstr(m_szBuffer)
363
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected