MCPcopy Create free account
hub / github.com/URLab-Sim/UnrealRoboticsLab / GetReqPath

Function GetReqPath

Source/URLab/Public/Transport/ShmRpcTransport.h:81–81  ·  view source on GitHub ↗

Resolved on-disk paths (set after TransportInit). */

Source from the content-addressed store, hash-verified

79
80 /** Resolved on-disk paths (set after TransportInit). */
81 FString GetReqPath() const { return ReqPath; }
82 FString GetRepPath() const { return RepPath; }
83
84private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected