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

Method filePath

tests/fl/stl/detail/file_handle.cpp:19–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 fl::StubFileSystem::forceRemoveDirectory(mDir);
18 }
19 fl::string filePath(const char* name) const {
20 fl::string p = mDir;
21 p.append("/");
22 p.append(name);
23 return p;
24 }
25};
26
27FL_TEST_CASE("posix_filebuf::size() returns correct file size") {

Callers 1

FL_TEST_FILEFunction · 0.80

Calls 1

appendMethod · 0.45

Tested by

no test coverage detected