MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / ToStdString

Function ToStdString

engine/Poseidon/Network/NetworkServer.cpp:515–518  ·  view source on GitHub ↗

Null-safe RString -> std::string (an empty RString may cast to nullptr).

Source from the content-addressed store, hash-verified

513 }
514 return _server->GetURL(address, addressLen);
515}
516
517void NetworkServer::UpdateSessionDescription()
518{
519 RString mission;
520 if (_state >= NGSPrepareSide)
521 {

Callers 2

FormatMissionParamFunction · 0.85

Calls 1

GetLengthMethod · 0.45

Tested by

no test coverage detected