Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ConEmu/ConEmu
/ getString
Method
getString
src/common/MJsonReader.cpp:139–142 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
137
}
138
139
const wchar_t* MJsonValue::getString()
140
{
141
return ((json_value*)mp_data)->u.string.ptr;
142
}
143
144
const wchar_t* MJsonValue::getObjectName(size_t index)
145
{
Callers
3
LoadLanguages
Method · 0.80
LoadSection
Method · 0.80
SetResource
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected