MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / FormatJsonString

Function FormatJsonString

lib/utils/json-helpers.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace advss {
11
12QString FormatJsonString(std::string s)
13{
14 return FormatJsonString(QString::fromStdString(s));
15}
16
17QString FormatJsonString(QString json)
18{

Callers 8

MatchJsonFunction · 0.85
test-json.cppFile · 0.85
GetSettingsClickedMethod · 0.85
GetSettingsClickedMethod · 0.85
GetSettingsClickedMethod · 0.85
GetSettingsClickedMethod · 0.85
GetSettingsClickedMethod · 0.85
GetSettingsClickedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected