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

Method get

ps3fw/cellMsgDialog.cpp:83–93  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 }
82
83 std::shared_ptr<MsgDialogBase> get() noexcept
84 {
85 const auto init_lock = init.access();
86
87 if (!init_lock)
88 {
89 return nullptr;
90 }
91
92 return dlg;
93 }
94
95 void remove() noexcept
96 {

Callers 8

operator()Method · 0.45
open_msg_dialogFunction · 0.45
close_msg_dialogFunction · 0.45
cellMsgDialogCloseFunction · 0.45
cellMsgDialogAbortFunction · 0.45

Calls 1

accessMethod · 0.80

Tested by

no test coverage detected