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

Method to_string

ps3fw/cellRec.cpp:98–101  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96 std::string userdata;
97
98 std::string to_string() const
99 {
100 return fmt::format("{ game_title='%s', movie_title='%s', description='%s', userdata='%s' }", game_title, movie_title, description, userdata);
101 }
102 } movie_metadata{};
103 struct
104 {

Callers 15

set_decode_commandMethod · 0.45
getCertFunction · 0.45
set_video_paramsMethod · 0.45
cellRecOpenFunction · 0.45
cellRecSetInfoFunction · 0.45
load_config_and_initMethod · 0.45
sceNpTrophyGetGameInfoFunction · 0.45

Calls 3

appendFunction · 0.85
formatEnum · 0.50
sizeMethod · 0.45

Tested by

no test coverage detected