Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
10
namespace advss {
11
12
QString FormatJsonString(std::string s)
13
{
14
return FormatJsonString(QString::fromStdString(s));
15
}
16
17
QString FormatJsonString(QString json)
18
{
Callers
8
MatchJson
Function · 0.85
test-json.cpp
File · 0.85
GetSettingsClicked
Method · 0.85
GetSettingsClicked
Method · 0.85
GetSettingsClicked
Method · 0.85
GetSettingsClicked
Method · 0.85
GetSettingsClicked
Method · 0.85
GetSettingsClicked
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected