MCPcopy Create free account
hub / github.com/RPCSX/rpcsx / to_string

Method to_string

rpcs3/util/Config.cpp:566–572  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

564}
565
566std::string cfg::node::to_string() const
567{
568 YAML::Emitter out;
569 cfg::encode(out, *this);
570
571 return {out.c_str(), out.size()};
572}
573
574nlohmann::ordered_json cfg::node::to_json() const
575{

Callers 15

setupCallbacksFunction · 0.45
_rpcsx_initializeFunction · 0.45
installPupFunction · 0.45
_rpcsx_settingsSetFunction · 0.45
get_version_and_branchFunction · 0.45
get_verbose_versionFunction · 0.45
get_disc_typeFunction · 0.45
GenerateMethod · 0.45
GetUnlockedPlatinumIDMethod · 0.45
reload_configMethod · 0.45
get_mouse_buttonMethod · 0.45
update_devicesMethod · 0.45

Calls 2

c_strMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected