MCPcopy 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
139const wchar_t* MJsonValue::getString()
140{
141 return ((json_value*)mp_data)->u.string.ptr;
142}
143
144const wchar_t* MJsonValue::getObjectName(size_t index)
145{

Callers 3

LoadLanguagesMethod · 0.80
LoadSectionMethod · 0.80
SetResourceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected