MCPcopy Create free account
hub / github.com/FastLED/FastLED / getTestFileSystemRoot

Function getTestFileSystemRoot

src/platforms/stub/fs_stub.cpp.hpp:23–25  ·  view source on GitHub ↗

Getter for test root path for stub platform

Source from the content-addressed store, hash-verified

21
22// Getter for test root path for stub platform
23const char* getTestFileSystemRoot() FL_NOEXCEPT {
24 return g_stub_fs_root_path.c_str();
25}
26
27// Stub platform implementation that maps to real hard drive
28FsImplPtr make_sdcard_filesystem(int cs_pin) FL_NOEXCEPT {

Callers 1

FL_TEST_FILEFunction · 0.85

Calls 1

c_strMethod · 0.45

Tested by

no test coverage detected