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

Method string

rpcs3/util/Config.h:705–708  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

703 std::string def;
704
705 string(node* owner, std::string name, std::string def = {}, bool dynamic = false)
706 : _base(type::string, owner, std::move(name), dynamic), m_value(def), def(std::move(def))
707 {
708 }
709
710 operator std::string() const
711 {

Callers 13

parseFileFunction · 0.80
mainFunction · 0.80
collectGamePathsFunction · 0.80
implMethod · 0.80
setupCallbacksFunction · 0.80
installIsoFunction · 0.80
channelEntryMethod · 0.80
mountMethod · 0.80
getAbsolutePathFunction · 0.80
parseFileMethod · 0.80
fill_dataMethod · 0.80
sys_chdirMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected