Resolved on-disk paths (set after TransportInit). */
| 79 | |
| 80 | /** Resolved on-disk paths (set after TransportInit). */ |
| 81 | FString GetReqPath() const { return ReqPath; } |
| 82 | FString GetRepPath() const { return RepPath; } |
| 83 | |
| 84 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected