MCPcopy Create free account
hub / github.com/dejwk/roo_display / PosixTestFilesystem

Method PosixTestFilesystem

test/jpeg_test.cpp:86–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84class PosixTestFilesystem : public roo_io::Filesystem {
85 public:
86 explicit PosixTestFilesystem(std::string mount_point)
87 : mount_point_(std::move(mount_point)) {}
88
89 MediaPresence checkMediaPresence() override { return kMediaPresent; }
90

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected