| 502 | } |
| 503 | |
| 504 | inline bool Filesystem::IsFeatureSupported(Filesystem::Feature) const { |
| 505 | return false; |
| 506 | } |
| 507 | |
| 508 | inline std::streambuf* Filesystem::CreateOutputStreambuffer(std::string_view, std::ios_base::openmode) const { |
| 509 | assert(!IsFeatureSupported(Feature::Write) && "Write supported but CreateOutputStreambuffer not implemented"); |
no outgoing calls
no test coverage detected