Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RPCSX/rpcsx
/ set_map
Method
set_map
rpcs3/util/Config.cpp:673–676 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
671
}
672
673
void cfg::map_entry::set_map(map_of_type<std::string>&& map)
674
{
675
m_map = std::move(map);
676
}
677
678
void cfg::map_entry::erase(std::string_view key)
679
{
Callers
1
decode
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected