MCPcopy Create free account
hub / github.com/EasyRPG/Player / IsFeatureSupported

Method IsFeatureSupported

src/filesystem.h:504–506  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Calls

no outgoing calls

Tested by

no test coverage detected