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

Method format

rpcs3/Emu/Memory/vm.cpp:2444–2447  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2442} // namespace vm
2443
2444void fmt_class_string<vm::_ptr_base<const void, u32>>::format(std::string& out, u64 arg)
2445{
2446 fmt_class_string<u32>::format(out, arg);
2447}
2448
2449void fmt_class_string<vm::_ptr_base<const char, u32>>::format(std::string& out, u64 arg)
2450{

Callers

nothing calls this directly

Calls 5

read_stringFunction · 0.85
check_addrFunction · 0.70
formatEnum · 0.50
sizeMethod · 0.45
resizeMethod · 0.45

Tested by

no test coverage detected